Definition
Always Not Taken Branch Prediction
Always not taken is a static branch prediction strategy that always predicts a branch is not taken, so execution continues with the next sequential instruction.
This is sometimes called fall-through prediction, because the processor stays on the path .