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 201 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val);
445 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(),
447 if (LoopCond && UnswitchIfProfitable(LoopCond,
454 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
457 if (LoopCond && NumCases) {
478 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {
489 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(),
491 if (LoopCond && UnswitchIfProfitable(LoopCond,
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 530 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
533 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond));
545 EmitBlock(LoopCond.getBlock());
572 SimplifyForwardingBlocks(LoopCond.getBlock());
    [all...]

Completed in 190 milliseconds