Searched refs:EndPoint (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 93 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/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1818 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic() local 1823 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::ApplyTo) in createExpectedAttributeSubjectRulesTokenDiagnostic() 1826 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals) in createExpectedAttributeSubjectRulesTokenDiagnostic() 1829 if (EndPoint == MissingAttributeSubjectRulesRecoveryPoint::None) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5139 IntervalMap EndPoint; in calculateRegisterUsage() local 5169 EndPoint[Instr] = IdxToInstr.size(); in calculateRegisterUsage() 5180 for (auto &Interval : EndPoint) in calculateRegisterUsage()
|