Searched refs:EndPoint (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/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() 541 SlotIndex EndPoint; in Query() local 545 EndPoint = I->end; in Query() 550 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query() 563 EndPoint = I->end; in Query() 565 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1349 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic() local 1354 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::ApplyTo) in createExpectedAttributeSubjectRulesTokenDiagnostic() 1357 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals) in createExpectedAttributeSubjectRulesTokenDiagnostic() 1360 if (EndPoint == MissingAttributeSubjectRulesRecoveryPoint::None) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5092 IntervalMap EndPoint; in calculateRegisterUsage() local 5118 EndPoint[Instr] = IdxToInstr.size(); in calculateRegisterUsage() 5129 for (auto &Interval : EndPoint) in calculateRegisterUsage()
|