Home
last modified time | relevance | path

Searched defs:input_bb (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h171 auto input_bb = phi_inst->GetInput(index).GetInst()->GetBasicBlock(); in CheckPhiInputs() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.cpp81 auto input_bb = phi->CastToPhi()->GetPhiInputBb(i); in ProcessBlock() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp317 [[maybe_unused]] auto input_bb = phi_inst->CastToPhi()->GetPhiInput(pred)->GetBasicBlock(); in CheckPhiInputs() local