Home
last modified time | relevance | path

Searched refs:use_empty (Results 1 – 25 of 188) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp142 assert(C->use_empty() && "Constant is not dead!"); in RemoveDeadConstant()
258 while (!Declare->use_empty()) { in runOnModule()
262 assert(CI->use_empty() && "llvm.dbg intrinsic should have void result"); in runOnModule()
264 if (Arg1->use_empty()) { in runOnModule()
270 if (Arg2->use_empty()) in runOnModule()
DGlobalSplit.cpp135 if (!GV.use_empty()) in splitGlobal()
149 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
150 (!TypeCheckedLoadFunc || TypeCheckedLoadFunc->use_empty())) in splitGlobals()
DStripDeadPrototypes.cpp36 if (F->isDeclaration() && F->use_empty()) { in stripDeadPrototypes()
48 if (GV->isDeclaration() && GV->use_empty()) in stripDeadPrototypes()
DIPConstantPropagation.cpp52 if (F.arg_empty() || F.use_empty()) return false; // No arguments? Early exit. in PropagateConstantsIntoArguments()
131 if (ArgumentConstants[i].second || AI->use_empty() || in PropagateConstantsIntoArguments()
234 if (Call->use_empty()) in PropagateConstantReturn()
DArgumentPromotion.cpp154 } else if (I->use_empty()) { in doPromotion()
243 while (!F->use_empty()) { in doPromotion()
274 } else if (!I->use_empty()) { in doPromotion()
352 if (!Call->use_empty()) { in doPromotion()
421 if (I->use_empty()) in doPromotion()
429 while (!I->use_empty()) { in doPromotion()
468 while (!GEP->use_empty()) { in doPromotion()
576 if (Arg->use_empty()) in isSafeToPromoteArgument()
681 if (GEP->use_empty()) { in isSafeToPromoteArgument()
DGlobalOpt.cpp238 if (CE->use_empty()) { in CleanupPointerRootUsers()
316 if (CE->use_empty()) { in CleanupConstantGlobalUsers()
339 if (GEP->use_empty()) { in CleanupConstantGlobalUsers()
573 while (!GV->use_empty()) { in SRAGlobal()
731 if (CI->use_empty()) { in OptimizeAwayTrappingUsesOfValue()
749 if (GEPI->use_empty()) { in OptimizeAwayTrappingUsesOfValue()
778 if (LI->use_empty()) { in OptimizeAwayTrappingUsesOfLoads()
816 if (GV->use_empty()) { in OptimizeAwayTrappingUsesOfLoads()
874 while (!CI->use_empty()) { in OptimizeGlobalAddressOfMalloc()
904 while (!GV->use_empty()) { in OptimizeGlobalAddressOfMalloc()
[all …]
DThinLTOBitcodeWriter.cpp51 if (ImportGV->use_empty()) { in promoteInternals()
147 if (F.isDeclaration() && F.use_empty()) { in simplifyExternals()
168 if (GV.isDeclaration() && GV.use_empty()) { in simplifyExternals()
261 !F->arg_begin()->use_empty()) in splitAndWriteThinLTOBitcode()
375 if (!F || F->use_empty()) in splitAndWriteThinLTOBitcode()
DGlobalDCE.cpp404 if (!F->use_empty()) { in run()
447 if (GV.use_empty()) in RemoveUnusedGlobalValue()
450 return GV.use_empty(); in RemoveUnusedGlobalValue()
DDeadArgumentElimination.cpp217 if (!Call->use_empty()) in DeleteDeadVarargs()
287 if (Fn.use_empty()) in RemoveDeadArgumentsFromCallers()
294 if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) { in RemoveDeadArgumentsFromCallers()
878 while (!F->use_empty()) { in RemoveDeadStuffFromFunction()
956 if (!Call->use_empty() || Call->isUsedByMetadata()) { in RemoveDeadStuffFromFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp25 if (I.use_empty()) { in DemoteRegToStack()
57 while (!I.use_empty()) { in DemoteRegToStack()
111 if (P->use_empty()) { in DemotePHIToStack()
DLCSSA.cpp247 if (!PostProcessPN->use_empty()) in formLCSSAForInstructions()
255 if (PN->use_empty()) in formLCSSAForInstructions()
270 if (PN->use_empty()) in formLCSSAForInstructions()
357 if (I.use_empty() || in formLCSSA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h70 if (!RelocCall.use_empty()) in scheduleRelocCall()
79 if (RelocCall.use_empty()) in relocCallVisited()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp31 if (F.use_empty()) in lowerLoadRelative()
74 if (F.use_empty()) in lowerObjCCall()
113 if (!CI->use_empty()) in lowerObjCCall()
DDwarfEHPrepare.cpp129 if (SelIVI->use_empty()) in GetExceptionObject()
131 if (ExcIVI->use_empty()) in GetExceptionObject()
133 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()
DSjLjEHPrepare.cpp150 if (EVI->use_empty()) in substituteLPadValues()
154 if (LPI->use_empty()) in substituteLPadValues()
268 if (Inst.use_empty()) in lowerAcrossUnwindEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp91 if (I.use_empty()) { in simplifyLoopInst()
143 assert(I.use_empty() && "Should always have replaced all uses!"); in simplifyLoopInst()
DLowerWidenableCondition.cpp48 if (!WCDecl || WCDecl->use_empty()) in lowerWidenableCondition()
DLowerGuardIntrinsic.cpp48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
DMakeGuardsExplicit.cpp73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
DConstantProp.cpp93 if (!I->use_empty()) // Don't muck with dead instructions... in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp200 if (!SDValue(Node, 0).use_empty()) in trySelect()
203 if (!SDValue(Node, 1).use_empty()) in trySelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp209 if (N->use_empty() || !N->isMachineOpcode()) in doPeepholeLoadStoreADDI()
282 if (Base.getNode()->use_empty()) in doPeepholeLoadStoreADDI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARC.h54 bool Unused = CI->use_empty(); in EraseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.cpp53 if (!MR.use_empty(NVPTX::VRFrame)) { in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegNumbering.cpp94 if (MRI.use_empty(VReg)) in runOnMachineFunction()

12345678