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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp842 bool NeedPHI = llvm::any_of(Insts, [&I0, O](const Instruction *I) {
845 if (!NeedPHI) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1588 bool NeedPHI = any_of(Insts, [&I0, O](const Instruction *I) { local
1591 if (!NeedPHI) {

Completed in 80 milliseconds