Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp80 static cl::opt<unsigned> HugeRegion("dag-maps-huge-region", cl::Hidden, variable
94 return HugeRegion / 2; in getReductionSize()
916 if (FPExceptions.size() >= HugeRegion) { in buildSchedGraph()
999 if (Stores.size() + Loads.size() >= HugeRegion) { in buildSchedGraph()
1003 if (NonAliasStores.size() + NonAliasLoads.size() >= HugeRegion) { in buildSchedGraph()