Searched refs:UnswitchIfProfitable (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 241 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val, 569 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) { in processCurrentLoop() 604 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) { in processCurrentLoop() 634 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop() 647 if (LoopCond && UnswitchIfProfitable(LoopCond, in processCurrentLoop() 710 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val, in UnswitchIfProfitable() function in LoopUnswitch
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 141 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val); 249 if (LoopCond && UnswitchIfProfitable(LoopCond, in processCurrentLoop() 267 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop() 280 if (LoopCond && UnswitchIfProfitable(LoopCond, in processCurrentLoop() 412 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val) { in UnswitchIfProfitable() function in LoopUnswitch
|