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

  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 96 BasicBlock &ExitBlock,
569 BasicBlock &ExitBlock,
573 ExitBlock.getInstList().insert(ExitBlock.getFirstInsertionPt(), New);
590 OInst->getName() + ".lcssa", &ExitBlock.front());
645 BasicBlock *ExitBlock = PN->getParent();
646 assert(ExitBlockSet.count(ExitBlock) &&
650 auto It = SunkCopies.find(ExitBlock);
654 New = SunkCopies[ExitBlock] =
655 CloneInstructionInExitBlock(I, *ExitBlock, *PN, LI)
    [all...]
LoopUnswitch.cpp 248 BasicBlock *ExitBlock, TerminatorInst *TI);
761 BasicBlock *ExitBlock,
782 assert(!L->contains(ExitBlock) && "Exit block is in the loop?");
783 BasicBlock *NewExit = SplitBlock(ExitBlock, &ExitBlock->front(), DT, LI);
    [all...]
LoopDistribute.cpp 386 BasicBlock *ExitBlock = L->getExitBlock();
387 assert(ExitBlock && "No single exit block");
408 Part->getVMap()[ExitBlock] = TopPH;
IndVarSimplify.cpp 737 BasicBlock *ExitBlock = ExitBlocks[0];
738 BasicBlock::iterator BI = ExitBlock->begin();
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 514 llvm::BasicBlock *ExitBlock = nullptr;
522 ExitBlock = createBasicBlock("exit");
523 Builder.CreateCondBr(Uninit, InitBlock, ExitBlock);
546 if (ExitBlock) {
547 Builder.CreateBr(ExitBlock);
548 EmitBlock(ExitBlock);
CGStmt.cpp 656 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
658 ExitBlock = createBasicBlock("while.exit");
660 BoolCondVal, LoopBody, ExitBlock,
663 if (ExitBlock != LoopExit.getBlock()) {
664 EmitBlock(ExitBlock);
796 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
800 ExitBlock = createBasicBlock("for.cond.cleanup");
809 BoolCondVal, ForBody, ExitBlock,
812 if (ExitBlock != LoopExit.getBlock()) {
813 EmitBlock(ExitBlock);
    [all...]
CGStmtOpenMP.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 315 Stream.ExitBlock();
335 Stream.ExitBlock();
496 Stream.ExitBlock();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 156 Stream.ExitBlock();
208 Stream.ExitBlock();
339 Stream.ExitBlock();
689 Stream.ExitBlock();
709 Stream.ExitBlock();
742 Stream.ExitBlock();
766 Stream.ExitBlock();
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 179 Stream.ExitBlock();
341 Stream.ExitBlock();
716 Stream.ExitBlock();
736 Stream.ExitBlock();
769 Stream.ExitBlock();
793 Stream.ExitBlock();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 179 Stream.ExitBlock();
339 Stream.ExitBlock();
687 Stream.ExitBlock();
707 Stream.ExitBlock();
740 Stream.ExitBlock();
764 Stream.ExitBlock();
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 550 BasicBlock *ExitBlock = *I;
551 for (pred_iterator PI = pred_begin(ExitBlock), PE = pred_end(ExitBlock);
556 if (rewriteLoopExitBlock(L, ExitBlock, DT, LI, PreserveLCSSA)) {
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 526 Stream.ExitBlock();
536 Stream.ExitBlock();
693 State->Stream.ExitBlock();
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 233 void ExitBlock() {
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 474 Stream.ExitBlock();
764 Stream.ExitBlock();
ASTWriter.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 525 ///The ExitBlock of the scalar loop.
    [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/jacks/
jack-2.28.RELEASE.jar 
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 

Completed in 522 milliseconds