Searched refs:IntervalSet (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | IntervalTree.h | 318 static void printList(raw_ostream &OS, IntervalReferences &IntervalSet, 320 assert(Start + Size <= IntervalSet.size() && 325 OS << format(Format, IntervalSet[Position]->left(), 326 IntervalSet[Position]->right()); 337 auto PrintNodeData = [&](StringRef Text, IntervalReferences &IntervalSet) { 341 printList(OS, IntervalSet, Node->start(), Node->size(), HexFormat); 619 IntervalReferences IntervalSet; in getContaining() local 621 IntervalSet.push_back(const_cast<DataType *>(&(*Iter))); in getContaining() 622 return IntervalSet; in getContaining() 628 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals() argument [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | RegAllocPBQP.cpp | 324 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply() typedef 328 IntervalSet Active(lowestEndPoint); in apply() 345 IntervalSet::iterator RetireItr = Active.begin(); in apply()
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | clang-formatted-files.txt | 2096 flang/include/flang/Lower/IntervalSet.h 2247 flang/lib/Lower/IntervalSet.h
|