Home
last modified time | relevance | path

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

12345

/external/syzkaller/vendor/golang.org/x/net/context/
Dpre_go17.go140 cancel(removeFromParent bool, err error)
172 func (c *cancelCtx) cancel(removeFromParent bool, err error) {
190 if removeFromParent {
247 func (c *timerCtx) cancel(removeFromParent bool, err error) {
249 if removeFromParent {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp73 void GlobalValue::removeFromParent() { in removeFromParent() function in GlobalValue
77 return static_cast<NAME *>(this)->removeFromParent(); in removeFromParent()
350 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable
447 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias
480 void GlobalIFunc::removeFromParent() { in removeFromParent() function in GlobalIFunc
DDomTreeUpdater.cpp146 BB->removeFromParent(); in forceFlushDeletedBB()
224 DelBB->removeFromParent(); in deleteBB()
238 DelBB->removeFromParent(); in callbackDeleteBB()
/external/llvm/lib/IR/
DGlobals.cpp264 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable
366 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias
403 void GlobalIFunc::removeFromParent() { in removeFromParent() function in GlobalIFunc
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp132 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable
211 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias
/external/llvm/include/llvm/IR/
DGlobalIFunc.h52 void removeFromParent() final;
DGlobalAlias.h65 void removeFromParent() override;
DGlobalVariable.h157 void removeFromParent() override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyArgumentMove.cpp92 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
DWebAssemblyPrepareForLiveIntervals.cpp118 MI.removeFromParent(); in runOnMachineFunction()
DWebAssemblyLateEHPrepare.cpp187 EHPad->insert(EHPad->begin(), Catch->removeFromParent()); in hoistCatches()
301 EHPad->insert(InsertPos, Call->removeFromParent()); in ensureSingleBBTermPads()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalIFunc.h56 void removeFromParent();
DGlobalAlias.h69 void removeFromParent();
DGlobalVariable.h171 void removeFromParent();
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalAlias.h52 virtual void removeFromParent();
DGlobalVariable.h148 virtual void removeFromParent();
DBasicBlock.h159 void removeFromParent();
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyArgumentMove.cpp102 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
DWebAssemblyPrepareForLiveIntervals.cpp127 MI->removeFromParent(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp134 CurI->removeFromParent(); in runOnModule()
/external/llvm/lib/Transforms/IPO/
DExtractGV.cpp136 CurI->removeFromParent(); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRRelaxMemOperations.cpp119 MI.removeFromParent(); in relax()
/external/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp129 MI->removeFromParent(); in processBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp146 MI.removeFromParent(); in processBlock()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h166 void removeFromParent();

12345