Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp74 void GlobalValue::removeFromParent() { removeFromParent() function in GlobalValue
451 void GlobalVariable::removeFromParent() { removeFromParent() function in GlobalVariable
546 void GlobalAlias::removeFromParent() { getParent()->removeAlias(this); } removeFromParent() function in GlobalAlias
581 void GlobalIFunc::removeFromParent() { getParent()->removeIFunc(this); } removeFromParent() function in GlobalIFunc
H A DDebugProgramInstruction.cpp442 void DPMarker::removeFromParent() { removeFromParent() function in llvm::DPMarker
462 void DPValue::removeFromParent() { removeFromParent() function in llvm::DPValue
H A DBasicBlock.cpp311 void BasicBlock::removeFromParent() { removeFromParent() function in BasicBlock
H A DInstruction.cpp79 void Instruction::removeFromParent() { removeFromParent() function in Instruction
H A DFunction.cpp384 void Function::removeFromParent() { removeFromParent() function in Function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1444 MachineBasicBlock *MachineBasicBlock::removeFromParent() { removeFromParent() function in MachineBasicBlock
H A DMachineInstr.cpp710 MachineInstr *MachineInstr::removeFromParent() { removeFromParent() function in MachineInstr
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp220 void VPRecipeBase::removeFromParent() { removeFromParent() function in VPRecipeBase