Searched refs:EndPoint (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/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() 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()
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.cpp | 321 auto &EndPoint = Boundaries[Item.first.second]; in findDisjointRanges() local 325 EndPoint.addEndCount(Count); in findDisjointRanges() 328 EndPoint.IsZeroRangeEnd = true; in findDisjointRanges()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1709 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic() local 1714 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::ApplyTo) in createExpectedAttributeSubjectRulesTokenDiagnostic() 1717 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals) in createExpectedAttributeSubjectRulesTokenDiagnostic() 1720 if (EndPoint == MissingAttributeSubjectRulesRecoveryPoint::None) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5950 IntervalMap EndPoint; in calculateRegisterUsage() local 5980 EndPoint[Instr] = IdxToInstr.size(); in calculateRegisterUsage() 5991 for (auto &Interval : EndPoint) in calculateRegisterUsage()
|