Searched refs:InsertFreeze (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 274 BasicBlock &UnswitchedSucc, BasicBlock &NormalSucc, bool InsertFreeze, in buildPartialUnswitchConditionalBranch() argument 281 if (InsertFreeze && !isGuaranteedNotToBeUndefOrPoison(Inv, AC, I, &DT)) in buildPartialUnswitchConditionalBranch() 2185 LPMUpdater &LoopUpdater, bool InsertFreeze, bool InjectedCondition) { in unswitchNontrivialInvariants() argument 2369 if (InsertFreeze) { in unswitchNontrivialInvariants() 2391 if (InsertFreeze) in unswitchNontrivialInvariants() 3547 bool InsertFreeze; in unswitchBestCondition() local 3553 InsertFreeze = !isGuaranteedNotToBeUndefOrPoison( in unswitchBestCondition() 3561 InsertFreeze = shouldInsertFreeze(L, *Best.TI, DT, AC); in unswitchBestCondition() 3567 LI, AC, SE, MSSAU, LoopUpdater, InsertFreeze, in unswitchBestCondition()
|