Searched defs:intervals (Results 1 – 7 of 7) sorted by relevance
27 auto intervals = ArenaVector<LifeIntervals *>(GetGraph()->GetAllocator()->Adapter()); in TEST_F() local34 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local42 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local98 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local135 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local158 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local213 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local
34 void CheckSiblings(std::initializer_list<LifeIntervals *> intervals) in CheckSiblings()
20 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat()
49 void ClassifySize(size_t size, const Intervals &intervals) in ClassifySize()62 Intervals intervals = {{0, 10}, {11, 30}, {31, 10000}}; variable
119 void ClassifySize(std::string name, size_t size, const Intervals &intervals) in ClassifySize()
98 auto intervals = alloc->New<ArenaVector<LifeIntervals *>>(alloc->Adapter()); in BuildIntervalsTree() local
605 auto &intervals = is_fp ? physical_vector_intervals_ : physical_general_intervals_; in BlockReg() local