Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp842 bool NeedPHI = llvm::any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction() local
845 if (!NeedPHI) { in sinkLastInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2040 bool NeedPHI = any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction() local
2043 if (!NeedPHI) { in sinkLastInstruction()
2638 bool NeedPHI = any_of(Invokes, [&U](InvokeInst *II) { in MergeCompatibleInvokesImpl() local
2641 if (!NeedPHI) in MergeCompatibleInvokesImpl()