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

  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 193 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val);
439 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(),
441 if (LoopCond && UnswitchIfProfitable(LoopCond,
448 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
451 if (LoopCond && NumCases) {
472 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {
483 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
485 if (LoopCond && UnswitchIfProfitable(LoopCond,
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 721 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
726 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond));
739 EmitBlock(LoopCond.getBlock());
776 SimplifyForwardingBlocks(LoopCond.getBlock());
    [all...]

Completed in 134 milliseconds