Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
554 SlotIndex EndPoint; in Query() local
558 EndPoint = I->end; in Query()
563 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
576 EndPoint = I->end; in Query()
578 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1808 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1813 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::ApplyTo) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1816 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1819 if (EndPoint == MissingAttributeSubjectRulesRecoveryPoint::None) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5635 IntervalMap EndPoint; in calculateRegisterUsage() local
5665 EndPoint[Instr] = IdxToInstr.size(); in calculateRegisterUsage()
5676 for (auto &Interval : EndPoint) in calculateRegisterUsage()