Searched refs:use_empty (Results 1 - 25 of 106) sorted by relevance

12345

/external/llvm/lib/Transforms/IPO/
H A DStripDeadPrototypes.cpp51 if (F->isDeclaration() && F->use_empty()) {
63 if (GV->isDeclaration() && GV->use_empty())
H A DStripSymbols.cpp144 assert(C->use_empty() && "Constant is not dead!");
245 while (!Declare->use_empty()) {
254 while (!DbgVal->use_empty()) {
304 while (!Declare->use_empty()) {
308 assert(CI->use_empty() && "llvm.dbg intrinsic should have void result");
310 if (Arg1->use_empty()) {
316 if (Arg2->use_empty())
H A DPartialInlining.cpp154 if (!FI->use_empty() && !FI->isDeclaration())
162 if (currFunc->use_empty()) continue;
H A DIPConstantPropagation.cpp81 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())
H A DArgumentPromotion.cpp313 if (Arg->use_empty())
389 if (GEP->use_empty()) {
545 } else if (I->use_empty()) {
636 while (!F->use_empty()) {
675 } else if (!I->use_empty()) {
757 if (!Call->use_empty()) {
816 if (I->use_empty()) {
826 while (!I->use_empty()) {
866 while (!GEP->use_empty()) {
H A DGlobalDCE.cpp208 if (GV.use_empty()) return false;
210 return GV.use_empty();
H A DGlobalOpt.cpp431 if (CE->use_empty()) {
499 if (CE->use_empty()) {
522 if (GEP->use_empty()) {
745 while (!GV->use_empty()) {
794 if (NewGlobals[i]->use_empty()) {
906 if (CI->use_empty()) {
923 if (GEPI->use_empty()) {
953 if (LI->use_empty()) {
990 if (GV->use_empty()) {
1051 while (!CI->use_empty()) {
[all...]
H A DConstantMerge.cpp131 if (GV->use_empty() && GV->hasLocalLinkage()) {
H A DDeadArgumentElimination.cpp266 while (!Fn.use_empty()) {
302 if (!Call->use_empty())
350 if (Fn.use_empty())
358 if (Arg->use_empty() && !Arg->hasByValAttr())
834 while (!F->use_empty()) {
906 if (!Call->use_empty()) {
/external/llvm/tools/bugpoint-passes/
H A DTestPasses.cpp62 if (!CI->use_empty())
/external/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp25 if (I.use_empty()) {
42 while (!I.use_empty()) {
110 if (P->use_empty()) {
H A DSimplifyInstructions.cpp65 if (!I->use_empty())
H A DLCSSA.cpp155 if (I->use_empty() ||
286 if (AddedPHIs[i]->use_empty())
H A DLocal.cpp271 if (!I->use_empty() || isa<TerminatorInst>(I)) return false;
322 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I, TLI))
337 if (!OpV->use_empty()) continue;
381 if (I->use_empty())
675 assert(PN->use_empty() && "There shouldn't be any uses here!");
997 if (!Inst.use_empty())
H A DInlineFunction.cpp631 if (AI->use_empty()) {
756 if (!TheCall->use_empty()) {
822 if (!TheCall->use_empty()) {
851 if (!TheCall->use_empty()) {
870 } else if (!TheCall->use_empty()) {
/external/llvm/lib/Transforms/Scalar/
H A DConstantProp.cpp77 if (!I->use_empty()) // Don't muck with dead instructions...
H A DLICM.cpp500 if (!I.use_empty())
522 if (!I.use_empty())
533 if (!I.use_empty())
566 if (!I.use_empty())
573 if (!I.use_empty())
873 if (PreheaderLoad->use_empty())
H A DLoopInstSimplify.cpp111 if (!I->use_empty()) {
H A DSimplifyCFGPass.cpp92 if (!BBI->use_empty())
171 if (II->use_empty() && II->onlyReadsMemory()) {
/external/llvm/lib/IR/
H A DBasicBlock.cpp69 assert(!use_empty() && "There should be at least one blockaddress!");
72 while (!use_empty()) {
H A DValue.cpp72 if (!use_empty()) {
79 assert(use_empty() && "Uses remain when a value is destroyed!");
314 while (!use_empty()) {
/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h247 if (GEPI.use_empty())
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp181 if (!L->use_empty())
212 if (!LeftI->use_empty())
612 if (!LCall->use_empty())
625 if (!LInvoke->use_empty())
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp286 if (!SDValue(Node, 0).use_empty())
289 if (!SDValue(Node, 1).use_empty())
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp82 if (!CI->use_empty())
98 if (I->isDeclaration() && !I->use_empty())
539 assert(CI->use_empty() &&

Completed in 194 milliseconds

12345