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

  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 198 /// PN is a user of I in ExitBlock that can be used to get the number and
201 BasicBlock &ExitBlock,
543 BasicBlock &ExitBlock,
546 ExitBlock.getInstList().insert(ExitBlock.getFirstInsertionPt(), New);
563 OInst->getName() + ".lcssa", ExitBlock.begin());
600 BasicBlock *ExitBlock = PN->getParent();
601 assert(ExitBlockSet.count(ExitBlock) &&
605 auto It = SunkCopies.find(ExitBlock);
609 New = SunkCopies[ExitBlock]
    [all...]
LoopUnswitch.cpp 195 BasicBlock *ExitBlock);
634 BasicBlock *ExitBlock = nullptr;
636 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
639 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
708 BasicBlock *ExitBlock) {
727 assert(!L->contains(ExitBlock) && "Exit block is in the loop?");
728 BasicBlock *NewExit = SplitBlock(ExitBlock, ExitBlock->begin(), this);
753 BasicBlock *ExitBlock = ExitBlocks[i];
754 SmallVector<BasicBlock *, 4> Preds(pred_begin(ExitBlock),
    [all...]
IndVarSimplify.cpp     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.pxd 26 cdef class ExitBlock(ControlBlock):
56 cdef public ExitBlock exit_point
FlowControl.py 90 class ExitBlock(ControlBlock):
121 self.exit_point = ExitBlock()
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 457 llvm::BasicBlock *ExitBlock = nullptr;
469 ExitBlock = createBasicBlock("exit");
470 Builder.CreateCondBr(Uninit, InitBlock, ExitBlock);
489 if (ExitBlock) {
490 Builder.CreateBr(ExitBlock);
491 EmitBlock(ExitBlock);
CGStmt.cpp 674 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
676 ExitBlock = createBasicBlock("while.exit");
678 Builder.CreateCondBr(BoolCondVal, LoopBody, ExitBlock,
681 if (ExitBlock != LoopExit.getBlock()) {
682 EmitBlock(ExitBlock);
824 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
828 ExitBlock = createBasicBlock("for.cond.cleanup");
837 Builder.CreateCondBr(BoolCondVal, ForBody, ExitBlock,
843 if (ExitBlock != LoopExit.getBlock()) {
844 EmitBlock(ExitBlock);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 298 Stream.ExitBlock();
318 Stream.ExitBlock();
478 Stream.ExitBlock();
825 Stream.ExitBlock();
845 Stream.ExitBlock();
878 Stream.ExitBlock();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 156 Stream.ExitBlock();
228 Stream.ExitBlock();
385 Stream.ExitBlock();
663 Stream.ExitBlock();
683 Stream.ExitBlock();
716 Stream.ExitBlock();
740 Stream.ExitBlock();
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 184 Stream.ExitBlock();
346 Stream.ExitBlock();
651 Stream.ExitBlock();
671 Stream.ExitBlock();
704 Stream.ExitBlock();
728 Stream.ExitBlock();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 179 Stream.ExitBlock();
341 Stream.ExitBlock();
617 Stream.ExitBlock();
637 Stream.ExitBlock();
670 Stream.ExitBlock();
694 Stream.ExitBlock();
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 563 BasicBlock *ExitBlock = *I;
564 for (pred_iterator PI = pred_begin(ExitBlock), PE = pred_end(ExitBlock);
569 if (rewriteLoopExitBlock(L, ExitBlock, PP)) {
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 457 Stream.ExitBlock();
470 Stream.ExitBlock();
630 State->Stream.ExitBlock();
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 242 void ExitBlock() {
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 471 Stream.ExitBlock();
762 Stream.ExitBlock();
ASTWriter.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 437 ///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...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 614 milliseconds