Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoadStoreWidening.cpp71 static cl::opt<unsigned> MaxMBBSizeForLoadStoreWidening( variable
867 if (MBB.size() > MaxMBBSizeForLoadStoreWidening) in processBasicBlock()