Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2080 bool IsPrevFT = false; // Is previous block a fall-through. in buildCFG() local
2082 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()