Searched refs:IsPrevFT (Results 1 – 1 of 1) sorted by relevance
2080 bool IsPrevFT = false; // Is previous block a fall-through. in buildCFG() local2082 if (IsPrevFT) in buildCFG()2086 IsPrevFT = true; in buildCFG()2102 IsPrevFT = !MIB->isTerminator(*LastInstr) || in buildCFG()2105 IsPrevFT = MIB->isConditionalBranch(*LastInstr); in buildCFG()2107 IsPrevFT = false; in buildCFG()