Searched refs:InsertFreeze (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 272 BasicBlock &UnswitchedSucc, BasicBlock &NormalSucc, bool InsertFreeze, in buildPartialUnswitchConditionalBranch() argument 278 if (InsertFreeze && !isGuaranteedNotToBeUndefOrPoison(Inv, AC, I, &DT)) in buildPartialUnswitchConditionalBranch() 2166 LPMUpdater &LoopUpdater, bool InsertFreeze, bool InjectedCondition) { in unswitchNontrivialInvariants() argument 2349 if (InsertFreeze) in unswitchNontrivialInvariants() 2367 if (InsertFreeze) in unswitchNontrivialInvariants() 3518 bool InsertFreeze; in unswitchBestCondition() local 3524 InsertFreeze = !isGuaranteedNotToBeUndefOrPoison( in unswitchBestCondition() 3532 InsertFreeze = shouldInsertFreeze(L, *Best.TI, DT, AC); in unswitchBestCondition() 3538 LI, AC, SE, MSSAU, LoopUpdater, InsertFreeze, in unswitchBestCondition()
|