Home | History | Annotate | Download | only in Utils

Lines Matching full:use_empty

229   if (!I->use_empty() || isa<TerminatorInst>(I)) return false;
278 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I))
293 if (!OpV->use_empty()) continue;
336 if (I->use_empty())
629 assert(PN->use_empty() && "There shouldn't be any uses here!");