Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp106 static cl::opt<bool> ControlFlowHoisting( variable
624 if (!ControlFlowHoisting || !BI->isConditional() || in registerPossiblyHoistableBranch()
680 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
717 if (!ControlFlowHoisting) in getOrCreateHoistedBlock()
1003 if (ControlFlowHoisting) { in hoistRegion()