Searched refs:InsertFreeze (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 274 BasicBlock &UnswitchedSucc, BasicBlock &NormalSucc, bool InsertFreeze, in buildPartialUnswitchConditionalBranch() argument 280 if (InsertFreeze && !isGuaranteedNotToBeUndefOrPoison(Inv, AC, I, &DT)) in buildPartialUnswitchConditionalBranch() 2180 LPMUpdater &LoopUpdater, bool InsertFreeze, bool InjectedCondition) { in unswitchNontrivialInvariants() argument 2364 if (InsertFreeze) { in unswitchNontrivialInvariants() 2385 if (InsertFreeze) in unswitchNontrivialInvariants() 3540 bool InsertFreeze; in unswitchBestCondition() local 3546 InsertFreeze = !isGuaranteedNotToBeUndefOrPoison( in unswitchBestCondition() 3554 InsertFreeze = shouldInsertFreeze(L, *Best.TI, DT, AC); in unswitchBestCondition() 3560 LI, AC, SE, MSSAU, LoopUpdater, InsertFreeze, in unswitchBestCondition()
|