Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp73 void GlobalValue::removeFromParent() { in removeFromParent() function in GlobalValue
77 return static_cast<NAME *>(this)->removeFromParent(); in removeFromParent()
380 void GlobalVariable::removeFromParent() { in removeFromParent() function in GlobalVariable
514 void GlobalAlias::removeFromParent() { in removeFromParent() function in GlobalAlias
547 void GlobalIFunc::removeFromParent() { in removeFromParent() function in GlobalIFunc
DBasicBlock.cpp117 void BasicBlock::removeFromParent() { in removeFromParent() function in BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomTreeUpdater.cpp112 BB->removeFromParent(); in forceFlushDeletedBB()
185 DelBB->removeFromParent(); in deleteBB()
199 DelBB->removeFromParent(); in callbackDeleteBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalIFunc.h51 void removeFromParent();
DGlobalAlias.h64 void removeFromParent();
DGlobalVariable.h170 void removeFromParent();
DBasicBlock.h201 void removeFromParent();
DGlobalValue.h569 void removeFromParent();
DInstruction.h92 void removeFromParent();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyArgumentMove.cpp91 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
DWebAssemblyPrepareForLiveIntervals.cpp118 MI.removeFromParent(); in runOnMachineFunction()
DWebAssemblyLateEHPrepare.cpp279 EHPad->insert(Catch->getNextNode(), Extract->removeFromParent()); in addExceptionExtraction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp133 CurI->removeFromParent(); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRelaxMemOperations.cpp118 MI.removeFromParent(); in relax()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp142 MI.removeFromParent(); in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h166 void removeFromParent();
DInstruction.h82 void removeFromParent();
DGlobalValue.h524 virtual void removeFromParent() = 0;
DFunction.h479 void removeFromParent() override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp517 OutlinedFn->removeFromParent(); in CreateParallel()
598 CI->removeFromParent(); in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp206 MI->removeFromParent(); in localizeIntraBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp294 void VPRecipeBase::removeFromParent() { in removeFromParent() function in VPRecipeBase
306 removeFromParent(); in moveAfter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp374 ElemDef->removeFromParent(); in ValidateTailPredicate()
379 InsertPt->removeFromParent(); in ValidateTailPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp497 CI->removeFromParent(); in shrinkWrapCI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp675 DepMI->removeFromParent(); in rewriteNullChecks()

123