Searched refs:NeedPHI (Results 1 – 2 of 2) sorted by relevance
845 bool NeedPHI = llvm::any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction() local848 if (!NeedPHI) { in sinkLastInstruction()
1957 bool NeedPHI = any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction() local1960 if (!NeedPHI) { in sinkLastInstruction()2553 bool NeedPHI = any_of(Invokes, [&U](InvokeInst *II) { in MergeCompatibleInvokesImpl() local2556 if (!NeedPHI) in MergeCompatibleInvokesImpl()