Home
last modified time | relevance | path

Searched refs:RoundRobin (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp71 E = RoundRobin; in get()
72 if (++RoundRobin == CacheEntries) in get()
73 RoundRobin = 0; in get()
H A DInterferenceCache.h149 unsigned RoundRobin = 0; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSplitModule.h41 bool PreserveLocals = false, bool RoundRobin = false);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp258 bool PreserveLocals, bool RoundRobin) { in SplitModule() argument
280 if (RoundRobin) { in SplitModule()