Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp111 static cl::opt<bool> ControlFlowHoisting( variable
657 if (!ControlFlowHoisting || !BI->isConditional() || in registerPossiblyHoistableBranch()
713 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
750 if (!ControlFlowHoisting) in getOrCreateHoistedBlock()
1001 if (ControlFlowHoisting) { in hoistRegion()