Home
last modified time | relevance | path

Searched refs:NumberOfInterferences (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMLRegAllocEvictAdvisor.h65 static const int64_t NumberOfInterferences = CandidateVirtRegPos + 1; variable
83 1, NumberOfInterferences, ModelMaxSupportedInstructionCount};
HDMLRegAllocEvictAdvisor.cpp139 static const std::vector<int64_t> PerLiveRangeShape{1, NumberOfInterferences};
282 std::array<std::pair<MCRegister, bool>, NumberOfInterferences>;
706 SmallVector<LRStartEndInfo, NumberOfInterferences> LRPosInfo; in tryFindEvictionCandidate()
772 for (size_t Pos = 0; Pos < NumberOfInterferences; ++Pos) { in tryFindEvictionCandidate()