Lines Matching full:use_empty
272 if (!I->use_empty() || isa<TerminatorInst>(I)) return false;
323 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I, TLI))
338 if (!OpV->use_empty()) continue;
382 if (I->use_empty())
795 assert(PN->use_empty() && "There shouldn't be any uses here!");
1143 if (!BBI->use_empty())
1222 if (II->use_empty() && II->onlyReadsMemory()) {