Home
last modified time | relevance | path

Searched defs:removeFromParent (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DGlobals.cpp79 void GlobalValue::removeFromParent() { in removeFromParent() function in GlobalValue
477 void GlobalVariable::removeFromParent() { removeFromParent() function in GlobalVariable
572 void GlobalAlias::removeFromParent() { getParent()->removeAlias(this); } removeFromParent() function in GlobalAlias
607 void GlobalIFunc::removeFromParent() { getParent()->removeIFunc(this); } removeFromParent() function in GlobalIFunc
H A DDebugProgramInstruction.cpp622 void DbgMarker::removeFromParent() { removeFromParent() function in llvm::DbgMarker
642 void DbgRecord::removeFromParent() { removeFromParent() function in llvm::DbgRecord
H A DBasicBlock.cpp273 void BasicBlock::removeFromParent() { removeFromParent() function in BasicBlock
H A DInstruction.cpp78 void Instruction::removeFromParent() { removeFromParent() function in Instruction
H A DFunction.cpp414 void Function::removeFromParent() { removeFromParent() function in Function
/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1458 MachineBasicBlock *MachineBasicBlock::removeFromParent() { removeFromParent() function in MachineBasicBlock
H A DMachineInstr.cpp751 MachineInstr *MachineInstr::removeFromParent() { removeFromParent() function in MachineInstr
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp234 void VPRecipeBase::removeFromParent() { removeFromParent() function in VPRecipeBase