Searched refs:user_empty (Results 1 – 14 of 14) sorted by relevance
364 if (!I->user_empty()) { in runOnFunction()388 if (I->user_empty()) in runOnFunction()
52 if (F.user_empty()) in lowerIntrinsic()
365 if (Bitcast->user_empty()) { in visit()396 if (Bitcast->user_empty()) { in visit()
661 if (A->user_empty()) in isArgumentInteresting()
1784 if (F.user_empty()) in isValidCandidateForColdCC()
3844 if (!I->user_empty() || !SPMDCompatibilityTracker.contains(I)) { in insertInstructionGuardsHelper()
385 bool user_empty() const { in user_empty() function
137 while (!Old->user_empty()) { in replaceMemInstrUses()
1553 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()1558 if (SubFn->user_empty()) in simplifySuspendPoint()
1931 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()1934 FU->hasOneUse() && !FU->user_begin()->user_empty()) in hasAddressTaken()
1796 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()1819 if (!HasUse && !I->user_empty()) in canSinkInstructions()1938 if (!I0->user_empty()) { in sinkLastInstruction()1996 if (!I0->user_empty()) { in sinkLastInstruction()2011 assert(I->user_empty() && "Inst unexpectedly still has non-dbg users"); in sinkLastInstruction()
618 if (C->user_empty()) in add()
2463 if (Cand->user_empty()) in rematerializeLiveValuesAtUses()2525 while (!Cand->user_empty()) { in rematerializeLiveValuesAtUses()
291 return !I->user_empty() && all_of(I->users(), [](const User *U) { in isOnlyUsedInZeroEqualityComparison()