Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp52 LoopEdgeThreshold("hexagon-loop-edge-threshold", cl::Hidden, cl::init(7500), variable
164 bool AboveThres = EdgeFreq.getFrequency() > LoopEdgeThreshold; in attemptToBalignSmallLoop()