HomeSort by relevance Sort by last modified time
    Searched refs:use_empty (Results 1 - 25 of 100) 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())
GlobalOpt.cpp 338 if (CE->use_empty()) {
355 if (GEP->use_empty()) {
580 while (!GV->use_empty()) {
629 if (NewGlobals[i]->use_empty()) {
741 if (CI->use_empty()) {
758 if (GEPI->use_empty()) {
786 if (LI->use_empty()) {
    [all...]
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...]
GlobalDCE.cpp 208 if (GV.use_empty()) return false;
210 return GV.use_empty();
ConstantMerge.cpp 131 if (GV->use_empty() && GV->hasLocalLinkage()) {
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 34 if (I.use_empty()) {
52 while (!I.use_empty()) {
112 if (P->use_empty()) {
SimplifyInstructions.cpp 62 if (!I->use_empty())
LCSSA.cpp 151 if (I->use_empty() ||
273 if (AddedPHIs[i]->use_empty())
BasicInliner.cpp 134 if (Callee->use_empty() && (Callee->hasLocalLinkage() ||
InlineFunction.cpp     [all...]
Local.cpp 227 if (!I->use_empty() || isa<TerminatorInst>(I)) return false;
269 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I))
284 if (!OpV->use_empty()) continue;
327 if (I->use_empty())
635 assert(PN->use_empty() && "There shouldn't be any uses here!");
    [all...]
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 62 if (!CI->use_empty())
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 70 if (!I->use_empty()) // Don't muck with dead instructions...
LICM.cpp 463 if (!I.use_empty())
485 if (!I.use_empty())
496 if (!I.use_empty())
529 if (!I.use_empty())
536 if (!I.use_empty())
802 if (PreheaderLoad->use_empty())
LoopInstSimplify.cpp 106 if (!I->use_empty()) {
  /external/llvm/lib/VMCore/
AutoUpgrade.cpp 196 if (!CI->use_empty())
236 if (!CI->use_empty())
275 if (!CI->use_empty())
321 if (!CI->use_empty())
351 if (!CI->use_empty())
386 while (!FuncStart->use_empty())
392 while (!StopPoint->use_empty())
398 while (!RegionStart->use_empty())
404 while (!RegionEnd->use_empty())
410 if (!Declare->use_empty()) {
    [all...]
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!");
293 while (!use_empty()) {
  /external/llvm/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 147 if (NI->use_empty() || !NI->isMachineOpcode())
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 183 if (!L->use_empty())
214 if (!LeftI->use_empty())
610 if (!LCall->use_empty())
623 if (!LInvoke->use_empty())
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 259 if (!SDValue(Node, 0).use_empty())
262 if (!SDValue(Node, 1).use_empty())

Completed in 816 milliseconds

1 2 3 4