Find the word definition

Wiktionary
extended basic block

n. (context compilers English) A sequence of contiguous instructions that contain no labels; unlike basic blocks they may contain jumps

Wikipedia
Extended basic block

In computing, an extended basic block is a collection of basic blocks of the code within a program with certain properties that make them highly amenable to optimizations. Many compiler optimizations operate on extended basic blocks.