| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Globals.cpp | 138 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable 217 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias
|
| D | BasicBlock.cpp | 96 void BasicBlock::removeFromParent() { in removeFromParent() function in BasicBlock
|
| D | Instruction.cpp | 68 void Instruction::removeFromParent() { in removeFromParent() function in Instruction
|
| D | Function.cpp | 183 void Function::removeFromParent() { in removeFromParent() function in Function
|
| D | Core.cpp | 1717 unwrap(BBRef)->removeFromParent(); in LLVMRemoveBasicBlockFromParent()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/IR/ |
| D | GlobalAlias.h | 52 virtual void removeFromParent();
|
| D | GlobalVariable.h | 182 virtual void removeFromParent();
|
| D | BasicBlock.h | 159 void removeFromParent();
|
| D | GlobalValue.h | 278 virtual void removeFromParent() = 0;
|
| D | Instruction.h | 58 void removeFromParent();
|
| D | Function.h | 351 virtual void removeFromParent();
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/ |
| D | ExtractGV.cpp | 128 CurI->removeFromParent(); in runOnModule()
|
| D | GlobalOpt.cpp | 2872 V.removeFromParent(); in setUsedInitializer()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZElimCompare.cpp | 209 MI->removeFromParent(); in convertToBRCT() 443 MI->removeFromParent(); in processBlock()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | MachineInstr.h | 604 MachineInstr *removeFromParent();
|
| D | MachineBasicBlock.h | 558 MachineBasicBlock *removeFromParent();
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | CodeGenPrepare.cpp | 1715 I->removeFromParent(); in MoveExtToFormExtLoad() 1991 DVI->removeFromParent(); in PlaceDbgValues()
|
| D | JumpThreading.cpp | 1687 PredTerm->removeFromParent(); in TryToUnfoldSelect()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | MachineBasicBlock.cpp | 991 MachineBasicBlock *MachineBasicBlock::removeFromParent() { in removeFromParent() function in MachineBasicBlock
|
| D | MachineInstr.cpp | 836 MachineInstr *MachineInstr::removeFromParent() { in removeFromParent() function in MachineInstr
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | R600InstrInfo.cpp | 723 I->removeFromParent(); in AnalyzeBranch()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CodeGenModule.cpp | 196 NewF->removeFromParent(); in applyReplacements()
|
| D | CGObjCGNU.cpp | 1666 ClassRef->removeFromParent(); in GenerateClassStructure()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/ |
| D | BBVectorize.cpp | 2833 InstToMove->removeFromParent(); in moveUsesOfIAfterJ()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 3088 II->removeFromParent(); // Take out of symbol table in SimplifyUnreachable()
|