Home
last modified time | relevance | path

Searched refs:removeFromParent (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/IR/
H A DGlobals.cpp73 void GlobalValue::removeFromParent() { in removeFromParent() function in GlobalValue
77 return static_cast<NAME *>(this)->removeFromParent(); in removeFromParent()
355 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable
452 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias
485 void GlobalIFunc::removeFromParent() { in removeFromParent() function in GlobalIFunc
H A DDomTreeUpdater.cpp146 BB->removeFromParent(); in forceFlushDeletedBB()
219 DelBB->removeFromParent(); in deleteBB()
233 DelBB->removeFromParent(); in callbackDeleteBB()
H A DBasicBlock.cpp111 void BasicBlock::removeFromParent() { in removeFromParent() function in BasicBlock
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyArgumentMove.cpp92 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
H A DWebAssemblyPrepareForLiveIntervals.cpp119 MI.removeFromParent(); in runOnMachineFunction()
H A DWebAssemblyLateEHPrepare.cpp219 EHPad->insert(EHPad->begin(), Catch->removeFromParent()); in hoistCatches()
337 EHPad->insert(InsertPos, Call->removeFromParent()); in ensureSingleBBTermPads()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalIFunc.h56 void removeFromParent();
H A DGlobalAlias.h69 void removeFromParent();
H A DGlobalVariable.h171 void removeFromParent();
H A DBasicBlock.h197 void removeFromParent();
H A DGlobalValue.h560 void removeFromParent();
H A DInstruction.h93 void removeFromParent();
H A DFunction.h617 void removeFromParent();
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRRelaxMemOperations.cpp119 MI.removeFromParent(); in relax()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp134 CurI->removeFromParent(); in runOnModule()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp146 MI.removeFromParent(); in processBlock()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp206 BI->removeFromParent(); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp497 CI->removeFromParent(); in shrinkWrapCI()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp671 DepMI->removeFromParent(); in rewriteNullChecks()
H A DWinEHPrepare.cpp1204 Goto->removeFromParent(); in replaceUseWithLoad()
1205 CatchRet->removeFromParent(); in replaceUseWithLoad()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp345 NewCmp->removeFromParent(); in optimizeCondBr()
H A DX86CmovConversion.cpp609 MBB->insertAfter(Last, MI->removeFromParent()); in packCmovGroup()
H A DX86OptimizeLEAs.cpp532 DefMI->removeFromParent(); in removeRedundantAddrCalc()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h707 MachineBasicBlock *removeFromParent();
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp699 C.Ins->removeFromParent(); in rewriteCandidateWithBasis()

12