HomeSort by: relevance | last modified time | path
    Searched refs:insertInto (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
BasicBlock.cpp 49 insertInto(NewParent, InsertBefore);
57 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
BasicBlock.h 239 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyCallGraph.h 979 return insertInto(F, N);
1172 Node &insertInto(Function &F, Node *&MappedN);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 776 CBB->insertInto(&F, BB->getNextNode());
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyCallGraph.cpp 1775 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 393 CurrBB->insertInto(&New);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 4007 BBRefs[I]->insertInto(F);

Completed in 29 milliseconds