Home | History | Annotate | Download | only in IR

Lines Matching refs:block_begin

2041   block_iterator block_begin() {
2047 const_block_iterator block_begin() const {
2054 return block_begin() + getNumOperands();
2058 return block_begin() + getNumOperands();
2083 return block_begin()[i];
2103 block_begin()[i] = BB;
2142 if (block_begin()[i] == BB)