Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DCommit.h78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/llvm-project-15.0.7/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h199 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DBlock.cpp39 void Block::insertBefore(Block *block) { in insertBefore() function in Block
H A DBuilders.cpp372 Block *OpBuilder::createBlock(Block *insertBefore, TypeRange argTypes, in createBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp141 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore() function in VPRecipeBase
149 void VPRecipeBase::insertBefore(VPBasicBlock &BB, in insertBefore() function in VPRecipeBase
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp83 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore() function in Instruction
/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp31 TEST(VPInstructionTest, insertBefore) { in TEST() argument
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp61 mlir::Block *insertBefore) { in createBlock()