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

12345

/external/llvm/lib/Transforms/IPO/
H A DStripDeadPrototypes.cpp52 if (F->isDeclaration() && F->use_empty()) {
64 if (GV->isDeclaration() && GV->use_empty())
H A DStripSymbols.cpp143 assert(C->use_empty() && "Constant is not dead!");
251 while (!Declare->use_empty()) {
255 assert(CI->use_empty() && "llvm.dbg intrinsic should have void result");
257 if (Arg1->use_empty()) {
263 if (Arg2->use_empty())
H A DPartialInlining.cpp155 if (!FI->use_empty() && !FI->isDeclaration())
163 if (currFunc->use_empty()) continue;
H A DIPConstantPropagation.cpp82 if (F.arg_empty() || F.use_empty()) return false; // No arguments? Early exit.
138 if (ArgumentConstants[i].second || AI->use_empty() ||
234 if (Call->use_empty())
H A DArgumentPromotion.cpp318 if (Arg->use_empty())
396 if (GEP->use_empty()) {
553 } else if (I->use_empty()) {
647 while (!F->use_empty()) {
686 } else if (!I->use_empty()) {
769 if (!Call->use_empty()) {
837 if (I->use_empty()) {
847 while (!I->use_empty()) {
887 while (!GEP->use_empty()) {
H A DGlobalDCE.cpp258 if (GV.use_empty()) return false;
260 return GV.use_empty();
H A DConstantMerge.cpp137 if (GV->use_empty() && GV->hasLocalLinkage()) {
H A DGlobalOpt.cpp231 if (CE->use_empty()) {
310 if (CE->use_empty()) {
333 if (GEP->use_empty()) {
554 while (!GV->use_empty()) {
603 if (NewGlobals[i]->use_empty()) {
708 if (CI->use_empty()) {
725 if (GEPI->use_empty()) {
755 if (LI->use_empty()) {
792 if (GV->use_empty()) {
853 while (!CI->use_empty()) {
[all...]
/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.cpp70 if (!I->use_empty())
H A DLCSSA.cpp162 if (AddedPHIs[i]->use_empty())
210 if (I->use_empty() ||
H A DCtorUtils.cpp74 if (!GCL->use_empty()) {
H A DInlineFunction.cpp666 if (AI->use_empty()) {
810 bool NeedBitCast = !TheCall->use_empty() && TheCall->getType() != NewRetTy;
858 if (!TheCall->use_empty()) {
925 if (!TheCall->use_empty()) {
963 if (!TheCall->use_empty()) {
985 } else if (!TheCall->use_empty()) {
H A DLocal.cpp272 if (!I->use_empty() || isa<TerminatorInst>(I)) return false;
323 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I, TLI))
338 if (!OpV->use_empty()) continue;
382 if (I->use_empty())
795 assert(PN->use_empty() && "There shouldn't be any uses here!");
1143 if (!BBI->use_empty())
1222 if (II->use_empty() && II->onlyReadsMemory()) {
/external/llvm/lib/Transforms/Scalar/
H A DConstantProp.cpp79 if (!I->use_empty()) // Don't muck with dead instructions...
H A DLoopInstSimplify.cpp118 if (!I->use_empty()) {
/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/clang/lib/CodeGen/
H A DCGLoopInfo.cpp58 assert(LoopID->use_empty() && "LoopID should not be used");
/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.cpp73 assert(!use_empty() && "There should be at least one blockaddress!");
76 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())
210 if (!LeftI->use_empty())
610 if (!LCall->use_empty())
623 if (!LInvoke->use_empty())
/external/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp264 if (SExt->use_empty() && ToRemove.count(SExt)) {
286 while (!Inst->use_empty()) {
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp297 if (!SDValue(Node, 0).use_empty())
300 if (!SDValue(Node, 1).use_empty())

Completed in 898 milliseconds

12345