Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp264 unsigned TNP = TB->pred_size(), FNP = FB->pred_size(); in matchFlowPattern() local
271 bool TOk = (TNP == 1) && (TNS == 1); in matchFlowPattern()