Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h84 void insertInto(UseListT *useList) { in insertInto() function
163 void insertIntoCurrent() { insertInto(DerivedT::getUseList(value)); } in insertIntoCurrent()
/llvm-project-15.0.7/llvm/lib/IR/
H A DBasicBlock.cpp52 insertInto(NewParent, InsertBefore); in BasicBlock()
60 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h991 return insertInto(F, N); in get()
1146 Node &insertInto(Function &F, Node *&MappedN);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DBasicBlock.h240 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp179 bb->insertInto(interfaceFunc); in packFunctionArguments()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp644 BB.insertInto(Test3FRepl); in runOnSCC()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp430 BB->insertInto(F); in RunRandTest()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp773 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp890 llvmBB->insertInto(llvmFunc); in convertOneFunction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1763 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp705 CurrBB.insertInto(&New); in moveFunctionData()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4581 BBRefs[I]->insertInto(F); in parseFunctionBody()