Searched refs:unswitchIfProfitable (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 259 bool unswitchIfProfitable(Value *LoopCond, Constant *Val, 719 unswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) { in processCurrentLoop() 762 unswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) { in processCurrentLoop() 816 if (unswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop() 836 unswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) { in processCurrentLoop() 894 if (unswitchIfProfitable(LoopCond, Info->KnownValue, in processCurrentLoop() 960 bool LoopUnswitch::unswitchIfProfitable(Value *LoopCond, Constant *Val, in unswitchIfProfitable() function in LoopUnswitch
|