Home
last modified time | relevance | path

Searched refs:EndPoint (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveInterval.h93 const SlotIndex EndPoint; variable
97 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() argument
99 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill) in LiveQueryResult()
118 return EndPoint.isDead(); in isDeadDef()
148 return EndPoint; in endPoint()
553 SlotIndex EndPoint; in Query() local
557 EndPoint = I->end; in Query()
562 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
575 EndPoint = I->end; in Query()
577 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp314 auto &EndPoint = Boundaries[Item.first.second]; in findDisjointRanges() local
318 EndPoint.addEndCount(Count); in findDisjointRanges()
321 EndPoint.IsZeroRangeEnd = true; in findDisjointRanges()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp1655 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1660 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::ApplyTo) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1663 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1666 if (EndPoint == MissingAttributeSubjectRulesRecoveryPoint::None) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5888 IntervalMap EndPoint; in calculateRegisterUsage() local
5914 EndPoint[Instr] = IdxToInstr.size(); in calculateRegisterUsage()
5925 for (auto &Interval : EndPoint) in calculateRegisterUsage()