Home
last modified time | relevance | path

Searched defs:insertBefore (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/llvm-project/clang/include/clang/Edit/
H A DCommit.h78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h204 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function
/llvm-project/llvm/lib/IR/
H A DInstruction.cpp97 void Instruction::insertBefore(Instruction *InsertPos) { insertBefore() function in Instruction
103 void Instruction::insertBefore(BasicBlock::iterator InsertPos) { insertBefore() function in Instruction
126 void Instruction::insertBefore(BasicBlock &BB, insertBefore() function in Instruction
H A DDebugProgramInstruction.cpp534 void DbgRecord::insertBefore(DbgRecord *InsertBefore) { insertBefore() function in llvm::DbgRecord
/llvm-project/mlir/lib/IR/
H A DBlock.cpp39 void Block::insertBefore(Block *block) { insertBefore() function in Block
H A DBuilders.cpp456 createBlock(Block * insertBefore,TypeRange argTypes,ArrayRef<Location> locs) createBlock() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp213 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { insertBefore() function in VPRecipeBase
220 void VPRecipeBase::insertBefore(VPBasicBlock &BB, insertBefore() function in VPRecipeBase
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp32 TEST(VPInstructionTest,insertBefore) TEST() argument
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp89 createBlock(mlir::ConversionPatternRewriter & rewriter,mlir::Block * insertBefore) createBlock() argument