Home
last modified time | relevance | path

Searched defs:insertInto (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h84 void insertInto(UseListT *useList) { in insertInto() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DBasicBlock.cpp60 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
/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