Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp61 static cl::opt<unsigned> MaxIFMSize("insert-max-ifmap", cl::init(1024), variable
968 if (IFMap.size() > MaxIFMSize) in collectInBlock()