Home
last modified time | relevance | path

Searched refs:HPhi (Results 26 – 38 of 38) sorted by relevance

12

/art/compiler/optimizing/
Ddead_code_elimination.cc343 HPhi* phi = block->GetFirstPhi()->AsPhi(); in SimplifyIfs()
Dinduction_var_analysis.cc242 cycles_(std::less<HPhi*>(), in HInductionVarAnalysis()
1326 void HInductionVarAnalysis::AssignCycle(HPhi* phi) { in AssignCycle()
1334 ArenaSet<HInstruction*>* HInductionVarAnalysis::LookupCycle(HPhi* phi) { in LookupCycle()
Dnodes.h70 class HPhi; variable
1295 void ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement);
1299 void AddPhi(HPhi* phi);
1300 void InsertPhiAfter(HPhi* instruction, HPhi* cursor);
1305 void RemovePhi(HPhi* phi, bool ensure_safety = true);
2837 class HPhi final : public HVariableInputSizeInstruction {
2839 HPhi(ArenaAllocator* allocator,
2911 HPhi* GetNextEquivalentPhiWithSameType() { in GetNextEquivalentPhiWithSameType()
7742 : HExpression(kSelect, HPhi::ToPhiType(true_value->GetType()), SideEffects::None(), dex_pc) { in HSelect()
7743 DCHECK_EQ(HPhi::ToPhiType(true_value->GetType()), HPhi::ToPhiType(false_value->GetType())); in HSelect()
Dinliner.cc1130 HPhi* phi = new (allocator) HPhi( in CreateDiamondPatternForPolymorphicInline()
1131 allocator, kNoRegNumber, 0, HPhi::ToPhiType(invoke_instruction->GetType()), dex_pc); in CreateDiamondPatternForPolymorphicInline()
Dinduction_var_range_test.cc102 HPhi* phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in BuildLoop()
Dgraph_visualizer.cc370 void VisitPhi(HPhi* phi) override { in VisitPhi()
Dregister_allocator_linear_scan.cc1172 void RegisterAllocatorLinearScan::AllocateSpillSlotForCatchPhi(HPhi* phi) { in AllocateSpillSlotForCatchPhi()
Dregister_allocator_graph_color.cc1039 HPhi* phi = instruction->AsPhi(); in AllocateSpillSlotForCatchPhi()
Dcode_generator_arm64.cc5586 void LocationsBuilderARM64::VisitPhi(HPhi* instruction) { in VisitPhi()
5594 void InstructionCodeGeneratorARM64::VisitPhi(HPhi* instruction ATTRIBUTE_UNUSED) { in VisitPhi()
Dcode_generator_x86_64.cc4737 void LocationsBuilderX86_64::VisitPhi(HPhi* instruction) { in VisitPhi()
4746 void InstructionCodeGeneratorX86_64::VisitPhi(HPhi* instruction ATTRIBUTE_UNUSED) { in VisitPhi()
Dcode_generator_x86.cc4943 void LocationsBuilderX86::VisitPhi(HPhi* instruction) { in VisitPhi()
4952 void InstructionCodeGeneratorX86::VisitPhi(HPhi* instruction ATTRIBUTE_UNUSED) { in VisitPhi()
Dcode_generator_arm_vixl.cc5564 void LocationsBuilderARMVIXL::VisitPhi(HPhi* instruction) { in VisitPhi()
5573 void InstructionCodeGeneratorARMVIXL::VisitPhi(HPhi* instruction ATTRIBUTE_UNUSED) { in VisitPhi()
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali251 # v3 = Phi [Add, 0xf] # dead catch phi input, defined in the dead block (HPhi)

12