HomeSort by relevance Sort by last modified time
    Searched refs:ExitBlock (Results 1 - 18 of 18) 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);
640 BasicBlock *ExitBlock = 0;
642 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
645 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
714 BasicBlock *ExitBlock) {
733 assert(!L->contains(ExitBlock) && "Exit block is in the loop?");
734 BasicBlock *NewExit = SplitBlock(ExitBlock, ExitBlock->begin(), this);
759 BasicBlock *ExitBlock = ExitBlocks[i];
760 SmallVector<BasicBlock *, 4> Preds(pred_begin(ExitBlock),
    [all...]
IndVarSimplify.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 420 llvm::BasicBlock *ExitBlock = 0;
431 ExitBlock = createBasicBlock("exit");
432 Builder.CreateCondBr(Uninit, InitBlock, ExitBlock);
451 if (ExitBlock) {
452 Builder.CreateBr(ExitBlock);
453 EmitBlock(ExitBlock);
CGStmt.cpp 532 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
534 ExitBlock = createBasicBlock("while.exit");
536 Builder.CreateCondBr(BoolCondVal, LoopBody, ExitBlock);
538 if (ExitBlock != LoopExit.getBlock()) {
539 EmitBlock(ExitBlock);
643 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
651 ExitBlock = createBasicBlock("for.cond.cleanup");
659 Builder.CreateCondBr(BoolCondVal, ForBody, ExitBlock);
661 if (ExitBlock != LoopExit.getBlock()) {
662 EmitBlock(ExitBlock);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 230 BasicBlock *ExitBlock = *I;
231 for (pred_iterator PI = pred_begin(ExitBlock), PE = pred_end(ExitBlock);
236 if (RewriteLoopExitBlock(L, ExitBlock)) {
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 292 Stream.ExitBlock();
312 Stream.ExitBlock();
473 Stream.ExitBlock();
779 Stream.ExitBlock();
799 Stream.ExitBlock();
832 Stream.ExitBlock();
856 Stream.ExitBlock();
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 457 Stream.ExitBlock();
470 Stream.ExitBlock();
616 State->Stream.ExitBlock();
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 156 Stream.ExitBlock();
228 Stream.ExitBlock();
385 Stream.ExitBlock();
668 Stream.ExitBlock();
688 Stream.ExitBlock();
721 Stream.ExitBlock();
745 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 179 Stream.ExitBlock();
341 Stream.ExitBlock();
622 Stream.ExitBlock();
642 Stream.ExitBlock();
675 Stream.ExitBlock();
699 Stream.ExitBlock();
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 444 Stream.ExitBlock();
728 Stream.ExitBlock();
ASTWriter.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 242 void ExitBlock() {
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 309 ///The ExitBlock of the scalar loop.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 321 BlockT *ExitBlock, LoopT *exitLoop, BlockT *landBlock);
345 void mergeLoopbreakBlock(BlockT *ExitingBlock, BlockT *ExitBlock,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 321 BlockT *ExitBlock, LoopT *exitLoop, BlockT *landBlock);
345 void mergeLoopbreakBlock(BlockT *ExitingBlock, BlockT *ExitBlock,
    [all...]

Completed in 558 milliseconds