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

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp201 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val);
445 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), local
447 if (LoopCond && UnswitchIfProfitable(LoopCond,
454 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), local
457 if (LoopCond && NumCases) {
478 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {
489 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), local
491 if (LoopCond && UnswitchIfProfitable(LoopCond,
637 UnswitchIfProfitable(Value *LoopCond, Constant *Val) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp571 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); local
574 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond));
586 EmitBlock(LoopCond.getBlock());
613 SimplifyForwardingBlocks(LoopCond.getBlock());

Completed in 75 milliseconds