Searched refs:GetPhiDataflowInput (Results 1 – 3 of 3) sorted by relevance
192 Inst *PhiInst::GetPhiDataflowInput(BasicBlock *bb) in GetPhiDataflowInput() function in panda::compiler::PhiInst
2337 Inst *GetPhiDataflowInput(BasicBlock *bb);
262 auto phi_input = phi->CastToPhi()->GetPhiDataflowInput(block); in GetInitInstLiveSet()