Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp79 void GlobalValue::removeFromParent() { in removeFromParent() function in GlobalValue
477 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable
572 void GlobalAlias::removeFromParent() { getParent()->removeAlias(this); } in removeFromParent() function in GlobalAlias
607 void GlobalIFunc::removeFromParent() { getParent()->removeIFunc(this); } in removeFromParent() function in GlobalIFunc
H A DDebugProgramInstruction.cpp623 void DbgMarker::removeFromParent() { in removeFromParent() function in llvm::DbgMarker
643 void DbgRecord::removeFromParent() { in removeFromParent() function in llvm::DbgRecord
H A DBasicBlock.cpp273 void BasicBlock::removeFromParent() { in removeFromParent() function in BasicBlock
H A DInstruction.cpp78 void Instruction::removeFromParent() { in removeFromParent() function in Instruction
H A DFunction.cpp443 void Function::removeFromParent() { in removeFromParent() function in Function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp335 void Instruction::removeFromParent() { in removeFromParent() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1467 MachineBasicBlock *MachineBasicBlock::removeFromParent() { in removeFromParent() function in MachineBasicBlock
H A DMachineInstr.cpp751 MachineInstr *MachineInstr::removeFromParent() { in removeFromParent() function in MachineInstr
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp251 void VPRecipeBase::removeFromParent() { in removeFromParent() function in VPRecipeBase