Home
last modified time | relevance | path

Searched defs:NeedPHI (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp845 bool NeedPHI = llvm::any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1957 bool NeedPHI = any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction() local
2553 bool NeedPHI = any_of(Invokes, [&U](InvokeInst *II) { in MergeCompatibleInvokesImpl() local