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

  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 543 BasicBlock *ExitBlock = ExitBlocks[i];
545 if (!DT->dominates(InstOrigBB, ExitBlock))
549 BasicBlock::iterator InsertPt = ExitBlock->getFirstInsertionPt();
562 ExitBlock->getInstList().insert(InsertPt, New);
567 SSA.AddAvailableValue(ExitBlock, New);
697 BasicBlock *ExitBlock = LoopExitBlocks[i];
698 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock);
    [all...]
LoopUnswitch.cpp 203 BasicBlock *ExitBlock);
639 BasicBlock *ExitBlock = 0;
641 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
644 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
713 BasicBlock *ExitBlock) {
732 assert(!L->contains(ExitBlock) && "Exit block is in the loop?");
733 BasicBlock *NewExit = SplitBlock(ExitBlock, ExitBlock->begin(), this);
758 BasicBlock *ExitBlock = ExitBlocks[i];
759 SmallVector<BasicBlock *, 4> Preds(pred_begin(ExitBlock),
    [all...]
IndVarSimplify.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 491 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
493 ExitBlock = createBasicBlock("while.exit");
495 Builder.CreateCondBr(BoolCondVal, LoopBody, ExitBlock);
497 if (ExitBlock != LoopExit.getBlock()) {
498 EmitBlock(ExitBlock);
602 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
610 ExitBlock = createBasicBlock("for.cond.cleanup");
618 Builder.CreateCondBr(BoolCondVal, ForBody, ExitBlock);
620 if (ExitBlock != LoopExit.getBlock()) {
621 EmitBlock(ExitBlock);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 229 BasicBlock *ExitBlock = *I;
230 for (pred_iterator PI = pred_begin(ExitBlock), PE = pred_end(ExitBlock);
235 if (RewriteLoopExitBlock(L, ExitBlock)) {
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 209 Stream.ExitBlock();
229 Stream.ExitBlock();
390 Stream.ExitBlock();
696 Stream.ExitBlock();
716 Stream.ExitBlock();
749 Stream.ExitBlock();
773 Stream.ExitBlock();
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 461 Stream.ExitBlock();
474 Stream.ExitBlock();
620 State->Stream.ExitBlock();
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 152 Stream.ExitBlock();
224 Stream.ExitBlock();
381 Stream.ExitBlock();
664 Stream.ExitBlock();
684 Stream.ExitBlock();
717 Stream.ExitBlock();
741 Stream.ExitBlock();
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 184 Stream.ExitBlock();
346 Stream.ExitBlock();
656 Stream.ExitBlock();
676 Stream.ExitBlock();
709 Stream.ExitBlock();
733 Stream.ExitBlock();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 175 Stream.ExitBlock();
337 Stream.ExitBlock();
618 Stream.ExitBlock();
638 Stream.ExitBlock();
671 Stream.ExitBlock();
695 Stream.ExitBlock();
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 242 void ExitBlock() {
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 513 Stream.ExitBlock();
791 Stream.ExitBlock();
ASTWriter.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 300 ///The ExitBlock of the scalar loop.
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 221 BlockT *ExitBlock, LoopT *exitLoop, BlockT *landBlock);
245 void mergeLoopbreakBlock(BlockT *ExitingBlock, BlockT *ExitBlock,
    [all...]

Completed in 718 milliseconds