/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 73 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
|
D | BasicBlock.cpp | 117 void BasicBlock::removeFromParent() { in removeFromParent() function in BasicBlock
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomTreeUpdater.cpp | 112 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/ |
D | GlobalIFunc.h | 51 void removeFromParent();
|
D | GlobalAlias.h | 64 void removeFromParent();
|
D | GlobalVariable.h | 170 void removeFromParent();
|
D | BasicBlock.h | 201 void removeFromParent();
|
D | GlobalValue.h | 569 void removeFromParent();
|
D | Instruction.h | 92 void removeFromParent();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyArgumentMove.cpp | 91 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
|
D | WebAssemblyPrepareForLiveIntervals.cpp | 118 MI.removeFromParent(); in runOnMachineFunction()
|
D | WebAssemblyLateEHPrepare.cpp | 279 EHPad->insert(Catch->getNextNode(), Extract->removeFromParent()); in addExceptionExtraction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 133 CurI->removeFromParent(); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRRelaxMemOperations.cpp | 118 MI.removeFromParent(); in relax()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTLSDynamicCall.cpp | 142 MI.removeFromParent(); in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 166 void removeFromParent();
|
D | Instruction.h | 82 void removeFromParent();
|
D | GlobalValue.h | 524 virtual void removeFromParent() = 0;
|
D | Function.h | 479 void removeFromParent() override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 517 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/ |
D | Localizer.cpp | 206 MI->removeFromParent(); in localizeIntraBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 294 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/ |
D | ARMLowOverheadLoops.cpp | 374 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/ |
D | LibCallsShrinkWrap.cpp | 497 CI->removeFromParent(); in shrinkWrapCI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 675 DepMI->removeFromParent(); in rewriteNullChecks()
|