Searched refs:user_empty (Results 1 – 15 of 15) sorted by relevance
364 if (!I->user_empty()) { in runOnFunction()388 if (I->user_empty()) in runOnFunction()
52 if (F.user_empty()) in lowerIntrinsic()
297 if (!BI->user_empty() && all_of(BI->users(), [](auto *U) { in lowerInterleavedLoad()
365 if (Bitcast->user_empty()) { in visit()396 if (Bitcast->user_empty()) { in visit()
385 bool user_empty() const { in user_empty() function
153 while (!Old->user_empty()) { in replaceMemInstrUses()
1802 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()1805 FU->hasOneUse() && !FU->user_begin()->user_empty()) in hasAddressTaken()
1628 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()1633 if (SubFn->user_empty()) in simplifySuspendPoint()
1040 if (A->user_empty()) in isArgumentInteresting()
1743 if (F.user_empty()) in isValidCandidateForColdCC()
4109 if (!I->user_empty() || !SPMDCompatibilityTracker.contains(I)) { in insertInstructionGuardsHelper()
1870 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()1893 if (!HasUse && !I->user_empty()) in canSinkInstructions()2021 if (!I0->user_empty()) { in sinkLastInstruction()2081 if (!I0->user_empty()) { in sinkLastInstruction()2096 assert(I->user_empty() && "Inst unexpectedly still has non-dbg users"); in sinkLastInstruction()
588 if (C->user_empty()) in add()
2430 if (Cand->user_empty()) in rematerializeLiveValuesAtUses()2492 while (!Cand->user_empty()) { in rematerializeLiveValuesAtUses()
255 return !I->user_empty() && all_of(I->users(), [](const User *U) { in isOnlyUsedInZeroEqualityComparison()