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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 243 /// specified instruction - everything before and including SplitBefore stays
244 /// in the old basic block, and everything after SplitBefore is moved to a
249 /// SplitBefore
255 /// SplitBefore
263 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
272 /// SplitBefore
280 /// SplitBefore
282 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 687 /// specified instruction - everything before and including SplitBefore stays
688 /// in the old basic block, and everything after SplitBefore is moved to a
693 /// SplitBefore
699 /// SplitBefore
707 Instruction *SplitBefore,
711 BasicBlock *Head = SplitBefore->getParent();
712 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore->getIterator());
721 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
747 /// SplitBefore
755 /// SplitBefore
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /art/compiler/optimizing/
nodes.cc     [all...]
nodes.h     [all...]

Completed in 90 milliseconds