Searched refs:user_empty (Results 1 – 18 of 18) sorted by relevance
360 if (!I->user_empty()) { in runOnFunction()383 if (I->user_empty()) in runOnFunction()
122 if (F->user_empty()) { in assignBindings()
68 if (F.user_empty()) in replaceFunction()184 assert(Cast->user_empty() && "Temporary handle cast still has users"); in cleanupHandleCasts()582 assert(F.user_empty() && "getpointer operations should have been removed"); in lowerGetPointer()
941 if (F.user_empty() && IntrinsicExpanded) in expansionIntrinsics()
603 return !I->user_empty() && hasOnlyImmediateOperands(I); in isInitialInstruction()
2341 assert(I->user_empty() && "Inst unexpectedly still has non-dbg users"); in sinkLastInstruction()
976 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()979 FU->hasOneUse() && !FU->user_begin()->user_empty()) in hasAddressTaken()
495 if (Bitcast->user_empty()) { in visit()526 if (Bitcast->user_empty()) { in visit()
301 if (!BI->user_empty() && all_of(BI->users(), [](auto *U) { in lowerInterleavedLoad()
389 bool user_empty() const { return use_empty(); } in user_empty() function
1317 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()1322 if (SubFn->user_empty()) in simplifySuspendPoint()
1119 if (A->user_empty()) in isArgumentInteresting()
1768 if (F.user_empty()) in isValidCandidateForColdCC()
4118 if (!I->user_empty() || !SPMDCompatibilityTracker.contains(I)) { in insertInstructionGuardsHelper()
2438 if (Cand->user_empty()) in rematerializeLiveValuesAtUses()2500 while (!Cand->user_empty()) { in rematerializeLiveValuesAtUses()
1175 while (!Old->user_empty()) { in replaceMemInstrUses()2275 if (F.user_empty()) in processFunctionPointers()
2180 ValTy->isIntegerTy() && !I->user_empty()) { in getCmpSelInstrCost()
254 return !I->user_empty() && all_of(I->users(), [](const User *U) { in isOnlyUsedInZeroComparison()260 return !I->user_empty() && all_of(I->users(), [](const User *U) { in isOnlyUsedInZeroEqualityComparison()