Searched defs:NeedPHI (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | GVNSink.cpp | 891 bool NeedPHI = llvm::any_of(Insts, [&I0, O](const Instruction *I) { sinkLastInstruction() local |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SimplifyCFG.cpp | 2097 bool NeedPHI = any_of(Insts, [&I0, O](const Instruction *I) { sinkLastInstruction() local |