Home
last modified time | relevance | path

Searched refs:insertInto (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/IR/
DBasicBlock.cpp46 insertInto(NewParent, InsertBefore); in BasicBlock()
54 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h187 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/external/llvm/include/llvm/IR/
DBasicBlock.h186 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h802 return insertInto(F, N); in get()
880 Node &insertInto(Function &F, Node *&MappedN);
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp741 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1243 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4467 BBRefs[I]->insertInto(F); in parseFunctionBody()