Home
last modified time | relevance | path

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

1234

/src/contrib/llvm-project/llvm/lib/Analysis/ !
H A DDomTreeUpdater.cpp45 BB->removeFromParent(); in forceFlushDeletedBB()
66 DelBB->removeFromParent(); in deleteBB()
80 DelBB->removeFromParent(); in callbackDeleteBB()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/ !
H A DExtractGV.cpp116 GA.removeFromParent(); in run()
140 IF.removeFromParent(); in run()
/src/contrib/llvm-project/llvm/lib/IR/ !
H A DGlobals.cpp79 void GlobalValue::removeFromParent() { in removeFromParent() function in GlobalValue
83 return static_cast<NAME *>(this)->removeFromParent(); in removeFromParent()
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.cpp554 removeFromParent(); in moveBefore()
560 removeFromParent(); in moveAfter()
623 void DbgMarker::removeFromParent() { in removeFromParent() function in llvm::DbgMarker
630 removeFromParent(); in eraseFromParent()
643 void DbgRecord::removeFromParent() { in removeFromParent() function in llvm::DbgRecord
649 removeFromParent(); in eraseFromParent()
H A DBasicBlock.cpp273 void BasicBlock::removeFromParent() { in removeFromParent() function in BasicBlock
849 MoreDanglingDbgRecords->removeFromParent(); in spliceDebugInfo()
969 DestMarker->removeFromParent(); in spliceDebugInfoImpl()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ !
H A DWebAssemblyArgumentMove.cpp91 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
H A DWebAssemblyLateEHPrepare.cpp195 EHPad->insert(InsertPos, Catch->removeFromParent()); in hoistCatches()
H A DWebAssemblyDebugValueManager.cpp416 Def->removeFromParent(); in removeDef()
H A DWebAssemblyFixIrreducibleControlFlow.cpp527 MI.removeFromParent(); in addImplicitDefs()
/src/contrib/llvm-project/llvm/include/llvm/IR/ !
H A DGlobalIFunc.h63 void removeFromParent();
H A DGlobalAlias.h75 void removeFromParent();
H A DGlobalVariable.h175 void removeFromParent();
H A DBasicBlock.h173 friend void Instruction::removeFromParent();
357 void removeFromParent();
H A DDebugProgramInstruction.h190 void removeFromParent();
593 void removeFromParent();
H A DFunction.h730 void removeFromParent();
779 friend void BasicBlock::removeFromParent();
H A DGlobalValue.h650 void removeFromParent();
/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64LowerHomogeneousPrologEpilog.cpp507 Return->removeFromParent(); in lowerEpilog()
525 MBBI->removeFromParent(); in lowerEpilog()
623 MBBI->removeFromParent(); in lowerProlog()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/ !
H A DRISCVPushPopOptimizer.cpp102 MI.removeFromParent(); in adjustRetVal()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ !
H A DLocalizer.cpp186 MI->removeFromParent(); in localizeIntraBlock()
/src/contrib/llvm-project/llvm/lib/Target/ARM/ !
H A DARMBlockPlacement.cpp116 Br->removeFromParent(); in revertWhileToDoLoop()
/src/contrib/llvm-project/llvm/lib/SandboxIR/ !
H A DSandboxIR.cpp335 void Instruction::removeFromParent() { in removeFromParent() function in Instruction
342 I->removeFromParent(); in removeFromParent()
358 I->removeFromParent(); in eraseFromParent()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/ !
H A DPPCTLSDynamicCall.cpp298 MI.removeFromParent(); in processBlock()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/ !
H A DLibCallsShrinkWrap.cpp479 CI->removeFromParent(); in shrinkWrapCI()
/src/contrib/llvm-project/llvm/lib/Target/ARC/ !
H A DARCOptAddrMode.cpp255 Ldst.removeFromParent(); in tryToCombine()
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86PreTileConfig.cpp165 MBB->insert(InsertPoint, I->MI->removeFromParent()); in hoistShapesInBB()

1234