Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
881 if (VNI->isUnused()) in stripValuesNotDefiningMask()
1015 if (vni->isUnused()) { in print()
1314 if (VNI->isUnused()) { in Classify()
1388 if (VNI.isUnused()) { in Distribute()
H A DSplitKit.cpp170 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()
H A DLiveIntervalCalc.cpp116 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
H A DCalcSpillWeights.cpp89 if (VNI->isUnused()) in isRematerializable()
H A DLiveIntervals.cpp361 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()
H A DRenameIndependentSubregs.cpp320 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
H A DLiveRangeEdit.cpp83 if (VNI->isUnused()) in scanRemattable()
H A DRegisterCoalescer.cpp841 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()
H A DRegisterScavenging.cpp226 assert((KillRegs.test(Reg) || isUnused(Reg) || in forward()
H A DMachineVerifier.cpp2967 if (VNI->isUnused()) in verifyLiveRangeValue()
3070 if (VNI->isUnused()) { in verifyLiveRangeSegment()
H A DInlineSpiller.cpp702 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI)) in reMaterializeAll()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h376 bool isUnused() const { return IsUnused; } in isUnused() function
H A DCGObjCMac.cpp1799 if (!returnSlot.isUnused()) in complete()
2201 if (Return.isUnused()) in EmitMessageSend()
H A DCGObjCGNU.cpp2719 if (!Return.isUnused()) { in GenerateMessageSend()
H A DCGCall.cpp4834 if (HaveInsertPoint() && ReturnValue.isUnused()) { in EmitCall()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h81 bool isUnused() const { return !def.isValid(); } in isUnused() function
/openbsd/gnu/llvm/lld/COFF/
H A DWriter.cpp1154 auto isUnused = [this](OutputSection *s) { in removeUnusedSections() local
1161 llvm::erase_if(ctx.outputSections, isUnused); in removeUnusedSections()