Searched defs:insertBefore (Results 1 – 9 of 9) sorted by relevance
76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
199 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function
39 void Block::insertBefore(Block *block) { in insertBefore() function in Block
372 Block *OpBuilder::createBlock(Block *insertBefore, TypeRange argTypes, in createBlock()
141 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore() function in VPRecipeBase149 void VPRecipeBase::insertBefore(VPBasicBlock &BB, in insertBefore() function in VPRecipeBase
83 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore() function in Instruction
31 TEST(VPInstructionTest, insertBefore) { in TEST() argument
61 mlir::Block *insertBefore) { in createBlock()