Searched refs:WhileEachPhiInst (Results 1 – 6 of 6) sorted by relevance
156 inline bool WhileEachPhiInst(const std::function<bool(Instruction*)>& f,176 return !WhileEachPhiInst([](Instruction*) { return false; }); in HasPhiInstructions()302 inline bool BasicBlock::WhileEachPhiInst( in WhileEachPhiInst() function320 WhileEachPhiInst( in ForEachPhiInst()
167 if (!bb->WhileEachPhiInst([&incoming_phi, this](Instruction* phi) { in GetOrBuildIncoming()
652 loop->GetHeaderBlock()->WhileEachPhiInst([&canonical_induction_variable, in ProcessLoop()