Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp264 if (I.use_empty()) in optimizePTrueIntrinsicCalls()
306 if (Op1->use_empty()) in optimizePTest()
308 if (Op1 != Op2 && Op2->use_empty()) in optimizePTest()
378 if (OpMultiplierInst && OpMultiplierInst->use_empty()) in optimizeVectorMul()
380 if (OpPredicateInst && OpPredicateInst->use_empty()) in optimizeVectorMul()
417 if (DupXIntrI->use_empty()) in optimizeTBL()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp145 assert(C->use_empty() && "Constant is not dead!"); in RemoveDeadConstant()
260 while (!Declare->use_empty()) { in stripDebugDeclareImpl()
264 assert(CI->use_empty() && "llvm.dbg intrinsic should have void result"); in stripDebugDeclareImpl()
266 if (Arg1->use_empty()) { in stripDebugDeclareImpl()
272 if (Arg2->use_empty()) in stripDebugDeclareImpl()
H A DArgumentPromotion.cpp153 } else if (I->use_empty()) { in doPromotion()
171 if (isa<GetElementPtrInst>(UI) && UI->use_empty()) { in doPromotion()
247 while (!F->use_empty()) { in doPromotion()
281 } else if (!I->use_empty()) { in doPromotion()
356 if (!CB.use_empty()) { in doPromotion()
421 if (I->use_empty()) in doPromotion()
429 while (!I->use_empty()) { in doPromotion()
440 assert(!GEP->use_empty() && in doPromotion()
465 while (!GEP->use_empty()) { in doPromotion()
571 if (Arg->use_empty()) in isSafeToPromoteArgument()
[all …]
H A DGlobalSplit.cpp138 if (!GV.use_empty()) in splitGlobal()
152 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
153 (!TypeCheckedLoadFunc || TypeCheckedLoadFunc->use_empty())) in splitGlobals()
H A DStripDeadPrototypes.cpp36 if (F->isDeclaration() && F->use_empty()) { in stripDeadPrototypes()
48 if (GV->isDeclaration() && GV->use_empty()) in stripDeadPrototypes()
H A DGlobalOpt.cpp241 if (CE->use_empty()) { in CleanupPointerRootUsers()
324 if (CE->use_empty()) { in CleanupConstantGlobalUsers()
348 if (GEP->use_empty()) { in CleanupConstantGlobalUsers()
596 while (!GV->use_empty()) { in SRAGlobal()
768 if (CI->use_empty()) { in OptimizeAwayTrappingUsesOfValue()
786 if (GEPI->use_empty()) { in OptimizeAwayTrappingUsesOfValue()
815 if (LI->use_empty()) { in OptimizeAwayTrappingUsesOfLoads()
853 if (GV->use_empty()) { in OptimizeAwayTrappingUsesOfLoads()
911 while (!CI->use_empty()) { in OptimizeGlobalAddressOfMalloc()
941 while (!GV->use_empty()) { in OptimizeGlobalAddressOfMalloc()
[all …]
H A DThinLTOBitcodeWriter.cpp52 if (ImportGV->use_empty()) { in promoteInternals()
148 if (F.isDeclaration() && F.use_empty()) { in simplifyExternals()
173 if (GV.isDeclaration() && GV.use_empty()) { in simplifyExternals()
286 !F->arg_begin()->use_empty()) in splitAndWriteThinLTOBitcode()
404 if (!F || F->use_empty()) in splitAndWriteThinLTOBitcode()
H A DGlobalDCE.cpp413 if (!F->use_empty()) { in run()
456 if (GV.use_empty()) in RemoveUnusedGlobalValue()
459 return GV.use_empty(); in RemoveUnusedGlobalValue()
H A DDeadArgumentElimination.cpp214 if (!CB->use_empty()) in DeleteDeadVarargs()
284 if (Fn.use_empty()) in RemoveDeadArgumentsFromCallers()
291 if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && in RemoveDeadArgumentsFromCallers()
883 while (!F->use_empty()) { in RemoveDeadStuffFromFunction()
956 if (!CB.use_empty() || CB.isUsedByMetadata()) { in RemoveDeadStuffFromFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp25 if (I.use_empty()) { in DemoteRegToStack()
57 while (!I.use_empty()) { in DemoteRegToStack()
111 if (P->use_empty()) { in DemotePHIToStack()
H A DLCSSA.cpp263 if (!PostProcessPN->use_empty()) in formLCSSAForInstructions()
269 if (PN->use_empty()) in formLCSSAForInstructions()
287 if (PN->use_empty()) in formLCSSAForInstructions()
372 if (I.use_empty() || in formLCSSA()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp37 return (!F.isIntrinsic() || F.use_empty()) && !O.shouldKeep(); in extractFunctionsFromModule()
62 if (F.isIntrinsic() && !F.use_empty()) in countFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h68 if (!RelocCall.use_empty()) in scheduleRelocCall()
77 if (RelocCall.use_empty()) in relocCallVisited()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp31 if (F.use_empty()) in lowerLoadRelative()
74 if (F.use_empty()) in lowerObjCCall()
113 if (!CI->use_empty()) in lowerObjCCall()
H A DDwarfEHPrepare.cpp112 if (SelIVI->use_empty()) in GetExceptionObject()
114 if (ExcIVI->use_empty()) in GetExceptionObject()
116 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()
H A DSjLjEHPrepare.cpp157 if (EVI->use_empty()) in substituteLPadValues()
161 if (LPI->use_empty()) in substituteLPadValues()
277 if (Inst.use_empty()) in lowerAcrossUnwindEdges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp91 if (I.use_empty()) { in simplifyLoopInst()
143 assert(I.use_empty() && "Should always have replaced all uses!"); in simplifyLoopInst()
H A DLowerWidenableCondition.cpp48 if (!WCDecl || WCDecl->use_empty()) in lowerWidenableCondition()
H A DLowerGuardIntrinsic.cpp48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
H A DMakeGuardsExplicit.cpp73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.cpp137 if (C->use_empty()) in dropTriviallyDeadConstantArrays()
142 if (C->use_empty()) { in dropTriviallyDeadConstantArrays()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp200 if (!SDValue(Node, 0).use_empty()) in trySelect()
203 if (!SDValue(Node, 1).use_empty()) in trySelect()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp179 if (!L->use_empty()) in unify()
208 if (!LeftI->use_empty()) in diff()
644 if (!LCall->use_empty()) in runBlockDiff()
658 if (!LInvoke->use_empty()) in runBlockDiff()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp94 if (MRI.use_empty(VReg)) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp53 if (!MR.use_empty(NVPTX::VRFrame)) { in emitPrologue()

123456789