HomeSort by relevance Sort by last modified time
    Searched refs:insertInto (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
BasicBlock.h 189 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 434 return insertInto(F, N);
507 Node &insertInto(Function &F, Node *&MappedN);
  /external/llvm/lib/IR/
BasicBlock.cpp 46 insertInto(NewParent, InsertBefore);
54 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) {
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 545 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) {
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 217 milliseconds