Searched defs:insertAfter (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstruction.cpp84 void Instruction::insertAfter(Instruction *InsertPos) { function in class:Instruction
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A Dilist.h428 iterator insertAfter(iterator where, NodeTy *New) { function in class:llvm::iplist
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h474 iterator insertAfter(iterator I, MachineInstr *MI) { function in class:llvm::MachineBasicBlock
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp531 unsigned insertAfter = SIndex; local
425 MergeOpsUpdate(MachineBasicBlock &MBB, MemOpQueue &memOps, unsigned memOpsBegin, unsigned memOpsEnd, unsigned insertAfter, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, SmallVectorImpl<MachineBasicBlock::iterator> &Merges) argument

Completed in 157 milliseconds