Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/
DGrPathRenderer.cpp58 canArgs.fHasUserStencilSettings = !args.fUserStencilSettings->isUnused(); in drawPath()
60 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/llvm-project/llvm/lib/CodeGen/
DLiveInterval.cpp523 } while (!valnos.empty() && valnos.back()->isUnused()); in markValNoForDeletion()
538 assert(!VNI->isUnused() && "Unused valno used by live segment"); in RenumberValues()
895 if (VNI->isUnused()) in stripValuesNotDefiningMask()
1029 if (vni->isUnused()) { in print()
1328 if (VNI->isUnused()) { in Classify()
1406 if (VNI.isUnused()) { in Distribute()
DSplitKit.cpp166 if (!VNI->isPHIDef() && !VNI->isUnused()) in analyzeUses()
968 if (VNI->isUnused()) in computeRedundantBackCopies()
1032 if (VNI->isUnused()) in hoistCopies()
1113 if (VNI->isUnused()) in hoistCopies()
1280 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()
1296 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()
1490 if (ParentVNI->isUnused()) in finish()
DLiveIntervalCalc.cpp125 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
DCalcSpillWeights.cpp87 if (VNI->isUnused()) in isRematerializable()
DLiveIntervals.cpp365 if (VNI->isUnused()) in createSegmentsForValues()
518 if (VNI->isUnused()) in computeDeadValues()
612 if (VNI->isUnused()) in shrinkToUses()
858 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveInterval.cpp523 } while (!valnos.empty() && valnos.back()->isUnused()); in markValNoForDeletion()
538 assert(!VNI->isUnused() && "Unused valno used by live segment"); in RenumberValues()
895 if (VNI->isUnused()) in stripValuesNotDefiningMask()
1029 if (vni->isUnused()) { in print()
1328 if (VNI->isUnused()) { in Classify()
1405 if (VNI.isUnused()) { in Distribute()
DSplitKit.cpp171 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.cpp94 if (VNI->isUnused()) in isRematerializable()
DLiveIntervals.cpp358 if (VNI->isUnused()) in createSegmentsForValues()
511 if (VNI->isUnused()) in computeDeadValues()
605 if (VNI->isUnused()) in shrinkToUses()
851 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
/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()
/external/clang/lib/CodeGen/
DCGCall.h172 bool isUnused() const { return Value.getInt() & IS_UNUSED; } in isUnused() function
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DRemoveUnusedImports.java245 if (!isUnused(unit, usedNames, usedInJavadoc, importTree, simpleName)) { in buildReplacements()
267 private static boolean isUnused( in isUnused() method in RemoveUnusedImports
/external/swiftshader/third_party/subzero/src/
DIceAssembler.h82 virtual bool isUnused() const { return Position == 0; } in isUnused() function
/external/llvm-project/clang/lib/CodeGen/
DCGCall.h379 bool isUnused() const { return IsUnused; } in isUnused() function

123