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 199 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val);
435 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(),
437 if (LoopCond && UnswitchIfProfitable(LoopCond,
444 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
447 if (LoopCond && NumCases) {
468 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {
479 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
481 if (LoopCond && UnswitchIfProfitable(LoopCond,
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 520 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
523 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond));
535 EmitBlock(LoopCond.getBlock());
562 SimplifyForwardingBlocks(LoopCond.getBlock());
    [all...]

Completed in 62 milliseconds