/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 142 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()
|
D | GlobalSplit.cpp | 135 if (!GV.use_empty()) in splitGlobal() 149 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals() 150 (!TypeCheckedLoadFunc || TypeCheckedLoadFunc->use_empty())) in splitGlobals()
|
D | StripDeadPrototypes.cpp | 36 if (F->isDeclaration() && F->use_empty()) { in stripDeadPrototypes() 48 if (GV->isDeclaration() && GV->use_empty()) in stripDeadPrototypes()
|
D | IPConstantPropagation.cpp | 52 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()
|
D | ArgumentPromotion.cpp | 154 } 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()
|
D | GlobalOpt.cpp | 238 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 …]
|
D | ThinLTOBitcodeWriter.cpp | 51 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()
|
D | GlobalDCE.cpp | 404 if (!F->use_empty()) { in run() 447 if (GV.use_empty()) in RemoveUnusedGlobalValue() 450 return GV.use_empty(); in RemoveUnusedGlobalValue()
|
D | DeadArgumentElimination.cpp | 217 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/ |
D | DemoteRegToStack.cpp | 25 if (I.use_empty()) { in DemoteRegToStack() 57 while (!I.use_empty()) { in DemoteRegToStack() 111 if (P->use_empty()) { in DemotePHIToStack()
|
D | LCSSA.cpp | 247 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/ |
D | StatepointLowering.h | 70 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/ |
D | PreISelIntrinsicLowering.cpp | 31 if (F.use_empty()) in lowerLoadRelative() 74 if (F.use_empty()) in lowerObjCCall() 113 if (!CI->use_empty()) in lowerObjCCall()
|
D | DwarfEHPrepare.cpp | 129 if (SelIVI->use_empty()) in GetExceptionObject() 131 if (ExcIVI->use_empty()) in GetExceptionObject() 133 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()
|
D | SjLjEHPrepare.cpp | 150 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/ |
D | LoopInstSimplify.cpp | 91 if (I.use_empty()) { in simplifyLoopInst() 143 assert(I.use_empty() && "Should always have replaced all uses!"); in simplifyLoopInst()
|
D | LowerWidenableCondition.cpp | 48 if (!WCDecl || WCDecl->use_empty()) in lowerWidenableCondition()
|
D | LowerGuardIntrinsic.cpp | 48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
|
D | MakeGuardsExplicit.cpp | 73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
|
D | ConstantProp.cpp | 93 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/ |
D | Mips16ISelDAGToDAG.cpp | 200 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/ |
D | RISCVISelDAGToDAG.cpp | 209 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/ |
D | ObjCARC.h | 54 bool Unused = CI->use_empty(); in EraseInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 53 if (!MR.use_empty(NVPTX::VRFrame)) { in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegNumbering.cpp | 94 if (MRI.use_empty(VReg)) in runOnMachineFunction()
|