Home
last modified time | relevance | path

Searched refs:UnswitchIfProfitable (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp241 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/
DLoopUnswitch.cpp141 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp239 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val,
679 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) { in processCurrentLoop()
720 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) { in processCurrentLoop()
774 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()
792 if (LoopCond && UnswitchIfProfitable(LoopCond, in processCurrentLoop()
855 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val, in UnswitchIfProfitable() function in LoopUnswitch