Searched refs:EndPoint (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 94 const SlotIndex EndPoint; variable 98 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() argument 100 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill) in LiveQueryResult() 119 return EndPoint.isDead(); in isDeadDef() 149 return EndPoint; in endPoint() 557 SlotIndex EndPoint; in Query() local 561 EndPoint = I->end; in Query() 566 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query() 579 EndPoint = I->end; in Query() 581 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 425 IntervalMap EndPoint; in calculateRegisterUsageForPlan() local 466 EndPoint[DefR] = Idx2Recipe.size(); in calculateRegisterUsageForPlan() 475 EndPoint[&R] = Idx2Recipe.size(); in calculateRegisterUsageForPlan() 488 for (auto &Interval : EndPoint) in calculateRegisterUsageForPlan()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1802 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic() local 1807 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::ApplyTo) in createExpectedAttributeSubjectRulesTokenDiagnostic() 1810 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals) in createExpectedAttributeSubjectRulesTokenDiagnostic() 1813 if (EndPoint == MissingAttributeSubjectRulesRecoveryPoint::None) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
|