Searched defs:insertAfter (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/Func/TransformOps/ | ||
H A D | FuncTransformOps.cpp | 71 bool insertAfter = getInsertAfter(); in apply() local |
/llvm-project/clang/include/clang/Tooling/Transformer/ | ||
H A D | RewriteRule.h | 210 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | Block.cpp | 45 void Block::insertAfter(Block *block) { insertAfter() function in Block |
/llvm-project/llvm/lib/IR/ | ||
H A D | DebugProgramInstruction.cpp | 542 void DbgRecord::insertAfter(DbgRecord *InsertAfter) { insertAfter() function in llvm::DbgRecord |
H A D | Instruction.cpp | 109 void Instruction::insertAfter(Instruction *InsertPos) { insertAfter() function in Instruction |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanRecipes.cpp | 227 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { insertAfter() function in VPRecipeBase |