HomeSort by: relevance | last modified time | path
    Searched refs:EndPoint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h 93 const SlotIndex EndPoint;
97 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
99 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
118 return EndPoint.isDead();
147 SlotIndex endPoint() const {
148 return EndPoint;
545 SlotIndex EndPoint;
549 EndPoint = I->end;
554 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 1503 MissingAttributeSubjectRulesRecoveryPoint EndPoint =
1508 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::ApplyTo)
1511 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals)
1514 if (EndPoint == MissingAttributeSubjectRulesRecoveryPoint::None) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 6521 IntervalMap EndPoint;
6547 EndPoint[Instr] = IdxToInstr.size();
6558 for (auto &Interval : EndPoint)

Completed in 65 milliseconds