Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp508 } 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()
H A DSplitKit.cpp173 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()
H A DLiveIntervalCalc.cpp114 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
H A DCalcSpillWeights.cpp90 if (VNI->isUnused()) in isRematerializable()
H A DLiveIntervals.cpp397 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()
H A DRenameIndependentSubregs.cpp326 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
H A DLiveRangeEdit.cpp83 if (VNI->isUnused()) in scanRemattable()
H A DRegisterCoalescer.cpp855 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()
H A DInlineSpiller.cpp760 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI)) in reMaterializeAll()
H A DMachineVerifier.cpp3557 if (VNI->isUnused()) in verifyLiveRangeValue()
3659 if (VNI->isUnused()) { in verifyLiveRangeSegment()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h405 bool isUnused() const { return IsUnused; } in isUnused() function
H A DCGObjCMac.cpp1739 if (!returnSlot.isUnused()) in complete()
2113 if (Return.isUnused()) in EmitMessageSend()
H A DCGObjCGNU.cpp2930 if (!Return.isUnused()) { in GenerateMessageSend()
H A DCGCall.cpp5267 if (HaveInsertPoint() && ReturnValue.isUnused()) { in EmitCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h82 bool isUnused() const { return !def.isValid(); } in isUnused() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1400 auto isUnused = [this](OutputSection *s) { in removeUnusedSections() local
1407 llvm::erase_if(ctx.outputSections, isUnused); in removeUnusedSections()