Home
last modified time | relevance | path

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/
DLoopUnswitch.cpp594 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
DSimpleLoopUnswitch.cpp593 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local