Searched defs:LoopCond (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 608 static bool equalityPropUnSafe(Value &LoopCond) { in equalityPropUnSafe() 715 Value *LoopCond = findLIVLoopCondition(Guard->getOperand(0), CurrentLoop, in processCurrentLoop() local 758 Value *LoopCond = findLIVLoopCondition(BI->getCondition(), CurrentLoop, in processCurrentLoop() local 769 Value *LoopCond; in processCurrentLoop() local 832 Value *LoopCond = findLIVLoopCondition(SI->getCondition(), CurrentLoop, in processCurrentLoop() local 858 Value *LoopCond = Info->InstToDuplicate[0]; in processCurrentLoop() local 960 bool LoopUnswitch::unswitchIfProfitable(Value *LoopCond, Constant *Val, in unswitchIfProfitable() 1225 Value *LoopCond = findLIVLoopCondition(BI->getCondition(), CurrentLoop, in tryTrivialLoopUnswitch() local 1260 Value *LoopCond = findLIVLoopCondition(SI->getCondition(), CurrentLoop, in tryTrivialLoopUnswitch() local
|
H A D | SimpleLoopUnswitch.cpp | 606 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 892 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
|
H A D | CGStmtOpenMP.cpp | 2031 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
|