Searched refs:use_empty (Results 1 - 25 of 104) 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!");
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())
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.cpp308 if (Arg->use_empty())
384 if (GEP->use_empty()) {
540 } else if (I->use_empty()) {
631 while (!F->use_empty()) {
670 } else if (!I->use_empty()) {
752 if (!Call->use_empty()) {
811 if (I->use_empty()) {
821 while (!I->use_empty()) {
861 while (!GEP->use_empty()) {
H A DGlobalDCE.cpp213 if (GV.use_empty()) return false;
215 return GV.use_empty();
H A DConstantMerge.cpp132 if (GV->use_empty() && GV->hasLocalLinkage()) {
H A DGlobalOpt.cpp432 if (CE->use_empty()) {
501 if (CE->use_empty()) {
524 if (GEP->use_empty()) {
746 while (!GV->use_empty()) {
795 if (NewGlobals[i]->use_empty()) {
907 if (CI->use_empty()) {
924 if (GEPI->use_empty()) {
954 if (LI->use_empty()) {
991 if (GV->use_empty()) {
1052 while (!CI->use_empty()) {
[all...]
H A DDeadArgumentElimination.cpp306 if (!Call->use_empty())
360 if (Fn.use_empty())
368 if (Arg->use_empty() && !Arg->hasByValAttr())
880 while (!F->use_empty()) {
959 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.cpp26 if (I.use_empty()) {
43 while (!I.use_empty()) {
111 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 DPromoteMemoryToRegister.cpp162 if (BC.use_empty())
170 if (GEPI.use_empty()) {
389 if (!Op->use_empty())
563 while (!AI->use_empty()) {
611 if (AI->use_empty()) {
726 if (!A->use_empty())
H A DInlineFunction.cpp641 if (AI->use_empty()) {
768 if (!TheCall->use_empty()) {
835 if (!TheCall->use_empty()) {
873 if (!TheCall->use_empty()) {
895 } 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.cpp91 if (!BBI->use_empty())
170 if (II->use_empty() && II->onlyReadsMemory()) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIAssignInterpRegs.cpp97 !MRI.use_empty(InterpUse[interp_idx].regs[reg_idx]);
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIAssignInterpRegs.cpp97 !MRI.use_empty(InterpUse[interp_idx].regs[reg_idx]);
/external/llvm/lib/IR/
H A DBasicBlock.cpp69 assert(!use_empty() && "There should be at least one blockaddress!");
72 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.cpp293 if (!SDValue(Node, 0).use_empty())
296 if (!SDValue(Node, 1).use_empty())

Completed in 444 milliseconds

12345