Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/IR/
DGlobals.cpp138 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable
217 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias
DBasicBlock.cpp96 void BasicBlock::removeFromParent() { in removeFromParent() function in BasicBlock
DInstruction.cpp68 void Instruction::removeFromParent() { in removeFromParent() function in Instruction
DFunction.cpp183 void Function::removeFromParent() { in removeFromParent() function in Function
DCore.cpp1717 unwrap(BBRef)->removeFromParent(); in LLVMRemoveBasicBlockFromParent()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DGlobalAlias.h52 virtual void removeFromParent();
DGlobalVariable.h182 virtual void removeFromParent();
DBasicBlock.h159 void removeFromParent();
DGlobalValue.h278 virtual void removeFromParent() = 0;
DInstruction.h58 void removeFromParent();
DFunction.h351 virtual void removeFromParent();
/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DExtractGV.cpp128 CurI->removeFromParent(); in runOnModule()
DGlobalOpt.cpp2872 V.removeFromParent(); in setUsedInitializer()
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp209 MI->removeFromParent(); in convertToBRCT()
443 MI->removeFromParent(); in processBlock()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineInstr.h604 MachineInstr *removeFromParent();
DMachineBasicBlock.h558 MachineBasicBlock *removeFromParent();
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp1715 I->removeFromParent(); in MoveExtToFormExtLoad()
1991 DVI->removeFromParent(); in PlaceDbgValues()
DJumpThreading.cpp1687 PredTerm->removeFromParent(); in TryToUnfoldSelect()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineBasicBlock.cpp991 MachineBasicBlock *MachineBasicBlock::removeFromParent() { in removeFromParent() function in MachineBasicBlock
DMachineInstr.cpp836 MachineInstr *MachineInstr::removeFromParent() { in removeFromParent() function in MachineInstr
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DR600InstrInfo.cpp723 I->removeFromParent(); in AnalyzeBranch()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp196 NewF->removeFromParent(); in applyReplacements()
DCGObjCGNU.cpp1666 ClassRef->removeFromParent(); in GenerateClassStructure()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2833 InstToMove->removeFromParent(); in moveUsesOfIAfterJ()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3088 II->removeFromParent(); // Take out of symbol table in SimplifyUnreachable()