Searched refs:isUnused (Results 1 – 16 of 16) sorted by relevance
508 } while (!valnos.empty() && valnos.back()->isUnused()); in markValNoForDeletion()523 assert(!VNI->isUnused() && "Unused valno used by live segment"); in RenumberValues()884 if (VNI->isUnused()) in stripValuesNotDefiningMask()1018 if (vni->isUnused()) { in print()1339 if (VNI->isUnused()) { in Classify()1413 if (VNI.isUnused()) { in Distribute()
173 if (!VNI->isPHIDef() && !VNI->isUnused()) in analyzeUses()1005 if (VNI->isUnused()) in computeRedundantBackCopies()1067 if (VNI->isUnused()) in hoistCopies()1151 if (VNI->isUnused()) in hoistCopies()1318 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()1334 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()1547 if (ParentVNI->isUnused()) in finish()
114 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
90 if (VNI->isUnused()) in isRematerializable()
397 if (VNI->isUnused()) in createSegmentsForValues()548 if (VNI->isUnused()) in computeDeadValues()638 if (VNI->isUnused()) in shrinkToUses()888 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
326 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
83 if (VNI->isUnused()) in scanRemattable()
855 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removeCopyByCommutingDef()1124 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removePartialRedundancy()1155 if (VNI->isUnused()) in removePartialRedundancy()1316 if (ValNo->isPHIDef() || ValNo->isUnused()) in reMaterializeTrivialDef()2806 if (VNI->isUnused()) { in analyzeValue()3462 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def)) in pruneMainSegments()
760 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI)) in reMaterializeAll()
3557 if (VNI->isUnused()) in verifyLiveRangeValue()3659 if (VNI->isUnused()) { in verifyLiveRangeSegment()
405 bool isUnused() const { return IsUnused; } in isUnused() function
1739 if (!returnSlot.isUnused()) in complete()2113 if (Return.isUnused()) in EmitMessageSend()
2930 if (!Return.isUnused()) { in GenerateMessageSend()
5267 if (HaveInsertPoint() && ReturnValue.isUnused()) { in EmitCall()
82 bool isUnused() const { return !def.isValid(); } in isUnused() function
1400 auto isUnused = [this](OutputSection *s) { in removeUnusedSections() local1407 llvm::erase_if(ctx.outputSections, isUnused); in removeUnusedSections()