Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp265 unsigned TNS = TB->succ_size(), FNS = FB->succ_size(); in matchFlowPattern() local
271 bool TOk = (TNP == 1) && (TNS == 1); in matchFlowPattern()
278 MachineBasicBlock *TSB = (TNS > 0) ? *TB->succ_begin() : 0; in matchFlowPattern()