Searched refs:insertInto (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 46 insertInto(NewParent, InsertBefore); in BasicBlock() 54 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 46 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/ |
D | BasicBlock.h | 187 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
|
/external/llvm/include/llvm/IR/ |
D | BasicBlock.h | 186 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
|
/external/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 802 return insertInto(F, N); in get() 880 Node &insertInto(Function &F, Node *&MappedN);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 989 return insertInto(F, N); in get() 1144 Node &insertInto(Function &F, Node *&MappedN);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 219 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 741 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 755 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks()
|
/external/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 1243 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 1543 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3479 BBRefs[I]->insertInto(F); in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4467 BBRefs[I]->insertInto(F); in parseFunctionBody()
|