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

12

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyArgumentMove.cpp104 EntryMBB.insert(InsertPt, MI->removeFromParent());
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DGlobalVariable.h152 /// removeFromParent - This method unlinks 'this' from the containing module,
155 void removeFromParent() override;
H A DGlobalAlias.h70 /// removeFromParent - This method unlinks 'this' from the containing module,
73 void removeFromParent() override;
H A DBasicBlock.h157 void removeFromParent();
H A DGlobalValue.h355 virtual void removeFromParent() = 0;
H A DInstruction.h76 /// removeFromParent - This method unlinks 'this' from the containing basic
79 void removeFromParent();
H A DFunction.h433 /// removeFromParent - This method unlinks 'this' from the containing module,
436 void removeFromParent() override;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp133 CurI->removeFromParent();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DGlobals.cpp227 void GlobalVariable::removeFromParent() { function in class:GlobalVariable
315 void GlobalAlias::removeFromParent() { function in class:GlobalAlias
H A DBasicBlock.cpp93 void BasicBlock::removeFromParent() { function in class:BasicBlock
H A DInstruction.cpp71 void Instruction::removeFromParent() { function in class:Instruction
H A DFunction.cpp237 void Function::removeFromParent() { function in class:Function
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp132 MI->removeFromParent();
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp360 DefMI->removeFromParent();
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp192 TrailingFence->removeFromParent();
H A DWinEHPrepare.cpp1193 Goto->removeFromParent();
1194 CatchRet->removeFromParent();
H A DCodeGenPrepare.cpp2148 Inst->removeFromParent();
2395 Inst->removeFromParent();
2966 ITrunc->removeFromParent();
4191 I->removeFromParent();
5038 Transition->removeFromParent();
5288 DVI->removeFromParent();
5480 I->removeFromParent();
H A DMachineBasicBlock.cpp1018 MachineBasicBlock *MachineBasicBlock::removeFromParent() { function in class:MachineBasicBlock
H A DMachineInstr.cpp999 MachineInstr *MachineInstr::removeFromParent() { function in class:MachineInstr
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h684 MachineBasicBlock *removeFromParent();
H A DMachineInstr.h724 MachineInstr *removeFromParent();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp683 C.Ins->removeFromParent();
H A DJumpThreading.cpp1878 PredTerm->removeFromParent();
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp716 I->removeFromParent();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp570 I->removeFromParent();
3538 IE->removeFromParent();

Completed in 400 milliseconds

12