Searched refs:isUnused (Results 1 – 17 of 17) sorted by relevance
508 } while (!valnos.empty() && valnos.back()->isUnused()); in markValNoForDeletion()523 assert(!VNI->isUnused() && "Unused valno used by live segment"); in RenumberValues()881 if (VNI->isUnused()) in stripValuesNotDefiningMask()1015 if (vni->isUnused()) { in print()1314 if (VNI->isUnused()) { in Classify()1388 if (VNI.isUnused()) { in Distribute()
170 if (!VNI->isPHIDef() && !VNI->isUnused()) in analyzeUses()956 if (VNI->isUnused()) in computeRedundantBackCopies()1018 if (VNI->isUnused()) in hoistCopies()1102 if (VNI->isUnused()) in hoistCopies()1269 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()1285 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()1498 if (ParentVNI->isUnused()) in finish()
116 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
89 if (VNI->isUnused()) in isRematerializable()
361 if (VNI->isUnused()) in createSegmentsForValues()512 if (VNI->isUnused()) in computeDeadValues()602 if (VNI->isUnused()) in shrinkToUses()844 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
320 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
83 if (VNI->isUnused()) in scanRemattable()
841 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removeCopyByCommutingDef()1110 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removePartialRedundancy()1141 if (VNI->isUnused()) in removePartialRedundancy()1287 if (ValNo->isPHIDef() || ValNo->isUnused()) in reMaterializeTrivialDef()2665 if (VNI->isUnused()) { in analyzeValue()3319 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def)) in pruneMainSegments()
226 assert((KillRegs.test(Reg) || isUnused(Reg) || in forward()
2967 if (VNI->isUnused()) in verifyLiveRangeValue()3070 if (VNI->isUnused()) { in verifyLiveRangeSegment()
702 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI)) in reMaterializeAll()
376 bool isUnused() const { return IsUnused; } in isUnused() function
1799 if (!returnSlot.isUnused()) in complete()2201 if (Return.isUnused()) in EmitMessageSend()
2719 if (!Return.isUnused()) { in GenerateMessageSend()
4834 if (HaveInsertPoint() && ReturnValue.isUnused()) { in EmitCall()
81 bool isUnused() const { return !def.isValid(); } in isUnused() function
1154 auto isUnused = [this](OutputSection *s) { in removeUnusedSections() local1161 llvm::erase_if(ctx.outputSections, isUnused); in removeUnusedSections()