Home
last modified time | relevance | path

Searched refs:isUnused (Results 1 – 17 of 17) 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()
1317 if (VNI->isUnused()) { in Classify()
1391 if (VNI.isUnused()) { in Distribute()
H A DSplitKit.cpp174 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()
H A DLiveIntervalCalc.cpp115 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
H A DCalcSpillWeights.cpp91 if (VNI->isUnused()) in isRematerializable()
H A DLiveIntervals.cpp381 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()
H A DRenameIndependentSubregs.cpp320 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
H A DLiveRangeEdit.cpp83 if (VNI->isUnused()) in scanRemattable()
H A DRegisterCoalescer.cpp842 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()
H A DRegisterScavenging.cpp
H A DInlineSpiller.cpp742 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI)) in reMaterializeAll()
H A DMachineVerifier.cpp3403 if (VNI->isUnused()) in verifyLiveRangeValue()
3506 if (VNI->isUnused()) { in verifyLiveRangeSegment()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h394 bool isUnused() const { return IsUnused; } in isUnused() function
H A DCGObjCMac.cpp1807 if (!returnSlot.isUnused()) in complete()
2200 if (Return.isUnused()) in EmitMessageSend()
H A DCGObjCGNU.cpp2833 if (!Return.isUnused()) { in GenerateMessageSend()
H A DCGCall.cpp5089 if (HaveInsertPoint() && ReturnValue.isUnused()) { in EmitCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h81 bool isUnused() const { return !def.isValid(); } in isUnused() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1250 auto isUnused = [this](OutputSection *s) { in removeUnusedSections() local
1257 llvm::erase_if(ctx.outputSections, isUnused); in removeUnusedSections()