Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp64 static cl::opt<unsigned> MaxIFMSize("insert-max-ifmap", cl::init(1024), variable
954 if (IFMap.size() > MaxIFMSize) in collectInBlock()