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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 186 /// thing before SplitPt stays in Old and everything starting with SplitPt moves
190 BasicBlock *SplitBlock(BasicBlock *Old, Instruction *SplitPt,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 280 /// thing before SplitPt stays in Old and everything starting with SplitPt moves
284 BasicBlock *llvm::SplitBlock(BasicBlock *Old, Instruction *SplitPt,
286 BasicBlock::iterator SplitIt = SplitPt->getIterator();
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 59 milliseconds