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() 884 if (VNI->isUnused()) in stripValuesNotDefiningMask() 1018 if (vni->isUnused()) { in print() 1317 if (VNI->isUnused()) { in Classify() 1391 if (VNI.isUnused()) { in Distribute()
174 if (!VNI->isPHIDef() && !VNI->isUnused()) in analyzeUses()969 if (VNI->isUnused()) in computeRedundantBackCopies()1031 if (VNI->isUnused()) in hoistCopies()1115 if (VNI->isUnused()) in hoistCopies()1282 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()1298 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges()1511 if (ParentVNI->isUnused()) in finish()
115 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
91 if (VNI->isUnused()) in isRematerializable()
381 if (VNI->isUnused()) in createSegmentsForValues()532 if (VNI->isUnused()) in computeDeadValues()622 if (VNI->isUnused()) in shrinkToUses()863 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
320 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
83 if (VNI->isUnused()) in scanRemattable()
842 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removeCopyByCommutingDef()1111 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removePartialRedundancy()1142 if (VNI->isUnused()) in removePartialRedundancy()1303 if (ValNo->isPHIDef() || ValNo->isUnused()) in reMaterializeTrivialDef()2745 if (VNI->isUnused()) { in analyzeValue()3401 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def)) in pruneMainSegments()
742 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI)) in reMaterializeAll()
3403 if (VNI->isUnused()) in verifyLiveRangeValue()3506 if (VNI->isUnused()) { in verifyLiveRangeSegment()
394 bool isUnused() const { return IsUnused; } in isUnused() function
1807 if (!returnSlot.isUnused()) in complete()2200 if (Return.isUnused()) in EmitMessageSend()
2833 if (!Return.isUnused()) { in GenerateMessageSend()
5089 if (HaveInsertPoint() && ReturnValue.isUnused()) { in EmitCall()
81 bool isUnused() const { return !def.isValid(); } in isUnused() function
1250 auto isUnused = [this](OutputSection *s) { in removeUnusedSections() local1257 llvm::erase_if(ctx.outputSections, isUnused); in removeUnusedSections()