Searched refs:LoopCond (Results 1 - 2 of 2) sorted by relevance

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

Completed in 2607 milliseconds