HomeSort by relevance Sort by last modified time
    Searched full:use_empty (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/llvm/lib/Transforms/IPO/
StripDeadPrototypes.cpp 51 if (F->isDeclaration() && F->use_empty()) {
63 if (GV->isDeclaration() && GV->use_empty())
StripSymbols.cpp 143 assert(C->use_empty() && "Constant is not dead!");
244 while (!Declare->use_empty()) {
253 while (!DbgVal->use_empty()) {
303 while (!Declare->use_empty()) {
307 assert(CI->use_empty() && "llvm.dbg intrinsic should have void result");
309 if (Arg1->use_empty()) {
315 if (Arg2->use_empty())
PartialInlining.cpp 153 if (!FI->use_empty() && !FI->isDeclaration())
161 if (currFunc->use_empty()) continue;
IPConstantPropagation.cpp 81 if (F.arg_empty() || F.use_empty()) return false; // No arguments? Early exit.
137 if (ArgumentConstants[i].second || AI->use_empty() ||
233 if (Call->use_empty())
ArgumentPromotion.cpp 315 if (Arg->use_empty())
391 if (GEP->use_empty()) {
542 } else if (I->use_empty()) {
641 while (!F->use_empty()) {
677 } else if (!I->use_empty()) {
758 if (!Call->use_empty()) {
    [all...]
GlobalOpt.cpp 330 if (CE->use_empty()) {
353 if (GEP->use_empty()) {
576 while (!GV->use_empty()) {
625 if (NewGlobals[i]->use_empty()) {
737 if (CI->use_empty()) {
754 if (GEPI->use_empty()) {
784 if (LI->use_empty()) {
    [all...]
GlobalDCE.cpp 208 if (GV.use_empty()) return false;
210 return GV.use_empty();
DeadArgumentElimination.cpp 226 while (!Fn.use_empty()) {
261 if (!Call->use_empty())
304 if (Fn.use_empty())
312 if (Arg->use_empty() && !Arg->hasByValAttr())
779 while (!F->use_empty()) {
839 if (!Call->use_empty()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 24 if (I.use_empty()) {
41 while (!I.use_empty()) {
100 if (P->use_empty()) {
LCSSA.cpp 151 if (I->use_empty() ||
273 if (AddedPHIs[i]->use_empty())
SimplifyInstructions.cpp 65 if (!I->use_empty())
InlineFunction.cpp 631 if (AI->use_empty()) {
737 if (!TheCall->use_empty()) {
    [all...]
Local.cpp 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!");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 77 if (!I->use_empty()) // Don't muck with dead instructions...
LICM.cpp 476 if (!I.use_empty())
498 if (!I.use_empty())
509 if (!I.use_empty())
542 if (!I.use_empty())
549 if (!I.use_empty())
815 if (PreheaderLoad->use_empty())
LoopInstSimplify.cpp 110 if (!I->use_empty()) {
SimplifyLibCalls.cpp     [all...]
ScalarReplAggregates.cpp 527 while (!Ptr->use_empty()) {
568 if (Old->use_empty())
598 if (Old->use_empty())
    [all...]
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 62 if (!CI->use_empty())
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 183 if (!L->use_empty())
214 if (!LeftI->use_empty())
614 if (!LCall->use_empty())
627 if (!LInvoke->use_empty())
  /external/llvm/lib/VMCore/
BasicBlock.cpp 69 assert(!use_empty() && "There should be at least one blockaddress!");
72 while (!use_empty()) {
Value.cpp 68 if (!use_empty()) {
75 assert(use_empty() && "Uses remain when a value is destroyed!");
307 while (!use_empty()) {
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 232 !GV->use_empty()) return;
274 assert(GV->use_empty() && "llvm.ctors shouldn't have uses!");
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 88 if (!AI->use_empty()) {
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 82 if (!CI->use_empty())
98 if (I->isDeclaration() && !I->use_empty())
539 assert(CI->use_empty() &&

Completed in 380 milliseconds

1 2 3 4