Home
last modified time | relevance | path

Searched refs:isUnused (Results 1 – 25 of 38) sorted by relevance

12

/external/skia/src/gpu/
DGrPathRenderer.cpp56 canArgs.fHasUserStencilSettings = !args.fUserStencilSettings->isUnused(); in drawPath()
58 if (!args.fUserStencilSettings->isUnused()) { in drawPath()
DGrUserStencilSettings.h210 bool isUnused() const { return this == &kUnused; } in isUnused() function
/external/skqp/src/gpu/
DGrPathRenderer.cpp56 canArgs.fHasUserStencilSettings = !args.fUserStencilSettings->isUnused(); in drawPath()
62 if (!args.fUserStencilSettings->isUnused()) { in drawPath()
DGrUserStencilSettings.h205 bool isUnused() const { return this == &kUnused; } in isUnused() function
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java122 public boolean isUnused() { in isUnused() method in RouteSpecificPool
DConnPoolByRoute.java540 if (rospl.isUnused()) {
586 if (rospl.isUnused()) {
/external/llvm/lib/CodeGen/
DLiveInterval.cpp469 } while (!valnos.empty() && valnos.back()->isUnused()); in markValNoForDeletion()
484 assert(!VNI->isUnused() && "Unused valno used by live segment"); in RenumberValues()
856 if (vni->isUnused()) { in print()
1152 if (VNI->isUnused()) { in Classify()
1229 if (VNI.isUnused()) { in Distribute()
DSplitKit.cpp145 if (!VNI->isPHIDef() && !VNI->isUnused()) in analyzeUses()
755 if (VNI->isUnused()) in computeRedundantBackCopies()
819 if (VNI->isUnused()) in hoistCopies()
899 if (VNI->isUnused()) in hoistCopies()
1031 if (PHIVNI->isUnused() || !PHIVNI->isPHIDef()) in extendPHIKillRanges()
1146 if (ParentVNI->isUnused()) in finish()
DCalcSpillWeights.cpp86 if (VNI->isUnused()) in isRematerializable()
DLiveIntervalAnalysis.cpp344 if (VNI->isUnused()) in createSegmentsForValues()
469 if (VNI->isUnused()) in computeDeadValues()
559 if (VNI->isUnused()) in shrinkToUses()
805 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
DRenameIndependentSubregs.cpp308 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
DRegisterScavenging.cpp235 assert((KillRegs.test(Reg) || isUnused(Reg) || in forward()
DLiveRangeEdit.cpp64 if (VNI->isUnused()) in scanRemattable()
DLiveRangeCalc.cpp138 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
/external/clang/lib/CodeGen/
DCGCall.h172 bool isUnused() const { return Value.getInt() & IS_UNUSED; } in isUnused() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveInterval.cpp526 } while (!valnos.empty() && valnos.back()->isUnused()); in markValNoForDeletion()
541 assert(!VNI->isUnused() && "Unused valno used by live segment"); in RenumberValues()
973 if (vni->isUnused()) { in print()
1272 if (VNI->isUnused()) { in Classify()
1349 if (VNI.isUnused()) { in Distribute()
DSplitKit.cpp172 if (!VNI->isPHIDef() && !VNI->isUnused()) in analyzeUses()
956 if (VNI->isUnused()) in computeRedundantBackCopies()
1020 if (VNI->isUnused()) in hoistCopies()
1101 if (VNI->isUnused()) in hoistCopies()
1268 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()
1284 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()
1478 if (ParentVNI->isUnused()) in finish()
DCalcSpillWeights.cpp103 if (VNI->isUnused()) in isRematerializable()
DLiveIntervals.cpp354 if (VNI->isUnused()) in createSegmentsForValues()
505 if (VNI->isUnused()) in computeDeadValues()
595 if (VNI->isUnused()) in shrinkToUses()
841 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
DRenameIndependentSubregs.cpp320 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
DRegisterCoalescer.cpp711 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removeCopyByCommutingDef()
952 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removePartialRedundancy()
983 if (VNI->isUnused()) in removePartialRedundancy()
1111 if (ValNo->isPHIDef() || ValNo->isUnused()) in reMaterializeTrivialDef()
2344 if (VNI->isUnused()) { in analyzeValue()
2927 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def)) in pruneMainSegments()
DLiveRangeEdit.cpp84 if (VNI->isUnused()) in scanRemattable()
/external/swiftshader/third_party/subzero/src/
DIceAssembler.h82 virtual bool isUnused() const { return Position == 0; } in isUnused() function
/external/angle/src/compiler/translator/
DCompiler.cpp1353 UnusedPredicate isUnused(&mCallDag, &mFunctionMetadata); in pruneUnusedFunctions() local
1358 sequence->erase(std::remove_if(sequence->begin(), sequence->end(), isUnused), in pruneUnusedFunctions()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h78 bool isUnused() const { return !def.isValid(); } in isUnused() function

12