Searched refs:NeedPHI (Results 1 – 2 of 2) sorted by relevance
891 bool NeedPHI = llvm::any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction() local894 if (!NeedPHI) { in sinkLastInstruction()
2097 bool NeedPHI = any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction() local2100 if (!NeedPHI) { in sinkLastInstruction()2696 bool NeedPHI = any_of(Invokes, [&U](InvokeInst *II) { in MergeCompatibleInvokesImpl() local2699 if (!NeedPHI) in MergeCompatibleInvokesImpl()