Searched refs:removeFromParent (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DGlobalAlias.h49 /// removeFromParent - This method unlinks 'this' from the containing module,
52 virtual void removeFromParent();
H A DGlobalVariable.h179 /// removeFromParent - This method unlinks 'this' from the containing module,
182 virtual void removeFromParent();
H A DBasicBlock.h159 void removeFromParent();
H A DGlobalValue.h276 /// removeFromParent - This method unlinks 'this' from the containing module,
278 virtual void removeFromParent() = 0;
H A DInstruction.h55 /// removeFromParent - This method unlinks 'this' from the containing basic
58 void removeFromParent();
H A DFunction.h348 /// removeFromParent - This method unlinks 'this' from the containing module,
351 virtual void removeFromParent();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp128 CurI->removeFromParent();
H A DGlobalOpt.cpp2872 V.removeFromParent();
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DGlobals.cpp138 void GlobalVariable::removeFromParent() { function in class:GlobalVariable
217 void GlobalAlias::removeFromParent() { function in class:GlobalAlias
H A DBasicBlock.cpp96 void BasicBlock::removeFromParent() { function in class:BasicBlock
H A DFunction.cpp183 void Function::removeFromParent() { function in class:Function
H A DInstruction.cpp68 void Instruction::removeFromParent() { function in class:Instruction
H A DCore.cpp1717 unwrap(BBRef)->removeFromParent();
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp209 MI->removeFromParent();
443 MI->removeFromParent();
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h556 /// removeFromParent - This method unlinks 'this' from the containing
558 MachineBasicBlock *removeFromParent();
H A DMachineInstr.h604 MachineInstr *removeFromParent();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1715 I->removeFromParent();
1991 DVI->removeFromParent();
H A DJumpThreading.cpp1687 PredTerm->removeFromParent();
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp989 /// removeFromParent - This method unlinks 'this' from the containing function,
991 MachineBasicBlock *MachineBasicBlock::removeFromParent() { function in class:MachineBasicBlock
H A DMachineInstr.cpp836 MachineInstr *MachineInstr::removeFromParent() { function in class:MachineInstr
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp723 I->removeFromParent();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1666 ClassRef->removeFromParent();
H A DCodeGenModule.cpp196 NewF->removeFromParent();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3088 II->removeFromParent(); // Take out of symbol table
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2833 InstToMove->removeFromParent();

Completed in 379 milliseconds