Home
last modified time | relevance | path

Searched defs:insertAfter (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/Func/TransformOps/
H A DFuncTransformOps.cpp71 bool insertAfter = getInsertAfter(); in apply() local
/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h210 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
/llvm-project/mlir/lib/IR/
H A DBlock.cpp45 void Block::insertAfter(Block *block) { insertAfter() function in Block
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp542 void DbgRecord::insertAfter(DbgRecord *InsertAfter) { insertAfter() function in llvm::DbgRecord
H A DInstruction.cpp109 void Instruction::insertAfter(Instruction *InsertPos) { insertAfter() function in Instruction
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp227 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { insertAfter() function in VPRecipeBase