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

  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 131 BasicBlock *JoinBB = llvm::SplitBlock(&CurrBB, Call->getNextNode());
LoopInterchange.cpp     [all...]
PlaceSafepoints.cpp 446 SplitBlock(BB, cursor, nullptr);
448 // Note: SplitBlock modifies the DT. Simply passing a Pass (which is a
452 // SplitBlock updates the DT
    [all...]
LoopUnswitch.cpp 742 BasicBlock *NewExit = SplitBlock(ExitBlock, ExitBlock->begin(), DT, LI);
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 197 /// SplitBlock - Split the specified block at the specified instruction - every
202 BasicBlock *SplitBlock(BasicBlock *Old, Instruction *SplitPt,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 251 return SplitBlock(Succ, Succ->begin(), DT, LI);
258 return SplitBlock(BB, BB->getTerminator(), DT, LI);
275 /// SplitBlock - Split the specified block at the specified instruction - every
280 BasicBlock *llvm::SplitBlock(BasicBlock *Old, Instruction *SplitPt,
318 DT->splitBlock(NewBB);
    [all...]
LoopUnrollRuntime.cpp 346 BasicBlock *NewPH = SplitBlock(PEnd, PEnd->getTerminator(), DT, LI);
  /external/lzma/C/
Ppmd7.c 131 static void SplitBlock(CPpmd7 *p, void *ptr, unsigned oldIndx, unsigned newIndx)
237 SplitBlock(p, retVal, i, indx);
273 SplitBlock(p, oldPtr, i0, i1);
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp     [all...]
  /art/compiler/dex/
mir_graph.h     [all...]
mir_graph.cc 184 BasicBlock* MIRGraph::SplitBlock(DexOffset code_offset,
317 BasicBlock* bottom_block = SplitBlock(code_offset, bb, bb == *immed_pred_block_p ? immed_pred_block_p : nullptr);
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 361 AfterBB = llvm::SplitBlock(CondBB, Builder.GetInsertPoint(), nullptr, nullptr);
    [all...]

Completed in 456 milliseconds