/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | StripDeadPrototypes.cpp | 35 if (F.isDeclaration() && F.use_empty()) { in stripDeadPrototypes() 45 if (GV.isDeclaration() && GV.use_empty()) in stripDeadPrototypes()
|
H A D | GlobalSplit.cpp | 138 if (!GV.use_empty()) in splitGlobal() 152 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals() 153 (!TypeCheckedLoadFunc || TypeCheckedLoadFunc->use_empty())) in splitGlobals()
|
H A D | StripSymbols.cpp | 147 assert(C->use_empty() && "Constant is not dead!"); in RemoveDeadConstant() 261 while (!Declare->use_empty()) { in stripDebugDeclareImpl() 265 assert(CI->use_empty() && "llvm.dbg intrinsic should have void result"); in stripDebugDeclareImpl() 267 if (Arg1->use_empty()) { in stripDebugDeclareImpl() 273 if (Arg2->use_empty()) in stripDebugDeclareImpl()
|
H A D | ThinLTOBitcodeWriter.cpp | 64 if (ImportGV->use_empty()) { in promoteInternals() 176 if (F.isDeclaration() && F.use_empty()) { in simplifyExternals() 200 if (GV.isDeclaration() && GV.use_empty()) { in simplifyExternals() 313 !F->arg_begin()->use_empty()) in splitAndWriteThinLTOBitcode() 433 if (!F || F->use_empty()) in splitAndWriteThinLTOBitcode()
|
H A D | GlobalOpt.cpp | 238 if (CE->use_empty()) { in CleanupPointerRootUsers() 742 if (CI->use_empty()) { in OptimizeAwayTrappingUsesOfValue() 760 if (GEPI->use_empty()) { in OptimizeAwayTrappingUsesOfValue() 788 if (LI->use_empty()) { in OptimizeAwayTrappingUsesOfLoads() 826 if (GV->use_empty()) { in OptimizeAwayTrappingUsesOfLoads() 891 while (!CI->use_empty()) { in OptimizeGlobalAddressOfAllocation() 1221 while (!GV->use_empty()) { in TryToShrinkGlobalToBoolean() 1302 Dead = GV.use_empty(); in deleteIfDead() 1548 if (GV->use_empty()) { in processInternalGlobal() 1572 if (GV->use_empty()) { in processInternalGlobal() [all …]
|
H A D | ArgumentPromotion.cpp | 171 } else if (I->use_empty()) { in doPromotion() 223 while (!F->use_empty()) { in doPromotion() 238 } else if (!I->use_empty()) { in doPromotion() 290 if (!CB.use_empty()) { in doPromotion() 327 if (Arg.use_empty()) in doPromotion() 452 if (Arg->use_empty()) in findArgParts()
|
H A D | DeadArgumentElimination.cpp | 212 if (!CB->use_empty()) in deleteDeadVarargs() 285 if (F.use_empty()) in removeDeadArgumentsFromCallers() 294 if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && in removeDeadArgumentsFromCallers() 870 while (!F->use_empty()) { in removeDeadStuffFromFunction() 943 if (!CB.use_empty() || CB.isUsedByMetadata()) { in removeDeadStuffFromFunction()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.h | 68 if (!RelocCall.use_empty()) in scheduleRelocCall() 77 if (RelocCall.use_empty()) in relocCallVisited()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | DemoteRegToStack.cpp | 24 if (I.use_empty()) { in DemoteRegToStack() 56 while (!I.use_empty()) { in DemoteRegToStack() 117 if (P->use_empty()) { in DemotePHIToStack()
|
H A D | LCSSA.cpp | 268 if (!PostProcessPN->use_empty()) in formLCSSAForInstructions() 274 if (PN->use_empty()) in formLCSSAForInstructions() 292 if (PN->use_empty()) in formLCSSAForInstructions() 379 if (I.use_empty() || in formLCSSA()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | PreISelIntrinsicLowering.cpp | 31 if (F.use_empty()) in lowerLoadRelative() 75 if (F.use_empty()) in lowerObjCCall() 128 if (!CI->use_empty()) in lowerObjCCall()
|
H A D | DwarfEHPrepare.cpp | 118 if (SelIVI->use_empty()) in GetExceptionObject() 120 if (ExcIVI->use_empty()) in GetExceptionObject() 122 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()
|
H A D | SjLjEHPrepare.cpp | 157 if (EVI->use_empty()) in substituteLPadValues() 161 if (LPI->use_empty()) in substituteLPadValues() 277 if (Inst.use_empty()) in lowerAcrossUnwindEdges()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 87 if (I.use_empty()) { in simplifyLoopInst() 141 assert(I.use_empty() && "Should always have replaced all uses!"); in simplifyLoopInst()
|
H A D | LowerWidenableCondition.cpp | 45 if (!WCDecl || WCDecl->use_empty()) in lowerWidenableCondition()
|
H A D | LowerGuardIntrinsic.cpp | 47 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
|
H A D | MakeGuardsExplicit.cpp | 71 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
|
H A D | DCE.cpp | 104 if (!OpV->use_empty() || I == OpV) in DCEInstruction()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceFunctions.cpp | 37 if ((!F.isIntrinsic() || F.use_empty()) && !hasAliasOrBlockAddressUse(F) && in extractFunctionsFromModule()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | LLVMContextImpl.cpp | 154 if (C->use_empty()) in dropTriviallyDeadConstantArrays() 159 if (C->use_empty()) { in dropTriviallyDeadConstantArrays()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | Mips16ISelDAGToDAG.cpp | 200 if (!SDValue(Node, 0).use_empty()) in trySelect() 203 if (!SDValue(Node, 1).use_empty()) in trySelect()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegNumbering.cpp | 94 if (MRI.use_empty(VReg)) in runOnMachineFunction()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFrameLowering.cpp | 56 if (!MR.use_empty(NRI->getFrameRegister(MF))) { in emitPrologue()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCGenScalarMASSEntries.cpp | 90 if (CI.use_empty()) in createScalarMASSCall()
|
/openbsd/gnu/llvm/llvm/tools/bugpoint-passes/ |
H A D | TestPasses.cpp | 69 if (!CI->use_empty()) in runOnFunction()
|