HomeSort by relevance Sort by last modified time
    Searched defs:LoopCond (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 198 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val);
454 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(),
456 if (LoopCond && UnswitchIfProfitable(LoopCond,
463 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
466 if (LoopCond && NumCases) {
487 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {
498 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
500 if (LoopCond && UnswitchIfProfitable(LoopCond,
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 772 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
777 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond));
790 EmitBlock(LoopCond.getBlock());
827 SimplifyForwardingBlocks(LoopCond.getBlock());
    [all...]

Completed in 187 milliseconds