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

  /external/llvm/include/llvm/IR/
BasicBlock.h 178 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 433 return insertInto(F, N);
506 Node &insertInto(Function &F, Node *&MappedN);
  /external/llvm/lib/IR/
BasicBlock.cpp 46 insertInto(NewParent, InsertBefore);
54 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) {
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 545 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) {
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 610 CBB->insertInto(&F, BB->getNextNode());
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 235 milliseconds