Searched defs:LoopCond (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopUnswitch.cpp | 594 static bool EqualityPropUnSafe(Value &LoopCond) { in EqualityPropUnSafe() 699 Value *LoopCond = FindLIVLoopCondition(Guard->getOperand(0), currentLoop, in processCurrentLoop() local 741 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), currentLoop, in processCurrentLoop() local 752 Value *LoopCond; in processCurrentLoop() local 815 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), currentLoop, in processCurrentLoop() local 881 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val, in UnswitchIfProfitable() 1131 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), currentLoop, in TryTrivialLoopUnswitch() local 1166 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), currentLoop, in TryTrivialLoopUnswitch() local
|
| D | SimpleLoopUnswitch.cpp | 593 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
|