Searched refs:emitPreheaderBranchOnCondition (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnswitch.cpp | 272 emitPreheaderBranchOnCondition(Value *LIC, Constant *Val, 885 emitPreheaderBranchOnCondition(LoopCond, Info->KnownValue, TrueDest, in processCurrentLoop() 989 void LoopUnswitch::emitPreheaderBranchOnCondition( in emitPreheaderBranchOnCondition() function in LoopUnswitch 1129 emitPreheaderBranchOnCondition(Cond, Val, NewExit, NewPH, OldBranch, TI); in unswitchTrivialCondition() 1458 emitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR, in unswitchNontrivialCondition()
|