Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h97 void insertInto(UseListT *useList) { in insertInto() function
/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp198 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
H A DInstruction.cpp115 BasicBlock::iterator Instruction::insertInto(BasicBlock *ParentBB, insertInto() function in Instruction
/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1783 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { insertInto() function in LazyCallGraph
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp330 genComponentDefaultInit(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::semantics::Symbol & component,fir::RecordType recTy,mlir::Value insertInto,Fortran::lower::StatementContext & stmtCtx) genComponentDefaultInit() argument