Home
last modified time | relevance | path

Searched refs:GetPhiInputBb (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dphi_type_resolving.cpp82 if (HasOsrEntryBetween<BasicBlock>(inputInst->GetBasicBlock(), phi->CastToPhi()->GetPhiInputBb(inputNum))) { in CheckInputsAnyTypesRec()
H A Dmemory_coalescing.cpp65 Inst *initial = var->GetPhiInput(var->GetPhiInputBb(0)); in VariableAnalysis()
66 Inst *update = var->GetPhiInput(var->GetPhiInputBb(1)); in VariableAnalysis()
67 if (var->GetPhiInputBb(0) != loop->GetPreHeader()) { in VariableAnalysis()
H A Descape.cpp548 auto bb = phi->CastToPhi()->GetPhiInputBb(inputIdx);
805 auto insertAt = phi->CastToPhi()->GetPhiInputBb(i)->GetLastInst();
1896 userInst->IsPhi() ? userInst->CastToPhi()->GetPhiInputBb(user.GetIndex()) : userInst->GetBasicBlock();
H A Dlse.cpp868 auto bb = phi->GetPhiInputBb(i); in FixupPhisInBlock()
H A Dsimplify_string_builder.cpp1285 if (phi->GetPhiInputBb(i) == preHeader) {
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dsplit_resolver.cpp83 auto inputBb = phi->CastToPhi()->GetPhiInputBb(i); in ProcessBlock()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp176 BasicBlock *PhiInst::GetPhiInputBb(unsigned index) in GetPhiInputBb() function in panda::compiler::PhiInst
202 if (GetPhiInputBb(i) == block) {
H A Ddump.cpp234 auto block = GetPhiInputBb(idx); in DumpInputs()
H A Dinst.h2308 BasicBlock *GetPhiInputBb(unsigned index);
2309 const BasicBlock *GetPhiInputBb(unsigned index) const in GetPhiInputBb() function in ConditionMixin::SpillFillInst::PhiInst
2311 return (const_cast<PhiInst *>(this))->GetPhiInputBb(index); in GetPhiInputBb()
H A Dgraph_checker.cpp316 [[maybe_unused]] auto pred = phi_inst->CastToPhi()->GetPhiInputBb(index);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dsplit_resolver.cpp81 auto input_bb = phi->CastToPhi()->GetPhiInputBb(i); in ProcessBlock()
/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_comparator.h187 auto bb1 = inst1->CastToPhi()->GetPhiInputBb(index1); in ComparePhiInputs()
H A Dcompiler_inst_test.cpp742 * @tc.desc: Verify the GetPhiInputBb function.
761 auto block = phi->GetPhiInputBb(0); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp416 BasicBlock *PhiInst::GetPhiInputBb(unsigned index) in GetPhiInputBb() function in ark::compiler::PhiInst
442 if (GetPhiInputBb(i) == block) {
H A Ddump.cpp309 auto block = GetPhiInputBb(idx); in DumpInputs()
H A Dinst.h3713 BasicBlock *GetPhiInputBb(unsigned index);
3714 const BasicBlock *GetPhiInputBb(unsigned index) const in GetPhiInputBb() function in DynObjectAccessType::SpillFillInst::PhiInst
3716 return (const_cast<PhiInst *>(this))->GetPhiInputBb(index); in GetPhiInputBb()
H A Dgraph_checker.cpp567 [[maybe_unused]] auto pred = phiInst->CastToPhi()->GetPhiInputBb(index); in CheckUserOfInt32()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dgraph_comparator.h100 auto bb1 = inst1->CastToPhi()->GetPhiInputBb(index1); in InstInitialCompare()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1066 auto inputBlock = inst->CastToPhi()->GetPhiInputBb(i); in FillPhiInputs()

Completed in 59 milliseconds