Home | History | Annotate | Download | only in Utils

Lines Matching refs:Block2

37   /// \brief Compare a pair of blocks: \p Block1 and \p Block2, which
39 /// Head2. \returns true if \p Block1 and \p Block2 contain identical
43 BasicBlock *Block1, BasicBlock *Block2);
308 /// Block1 is a block in the 1st if-region to compare. \param Block2 is a block
310 /// Block2 have identical instructions and do not have memory reference alias
315 BasicBlock *Block2) {
320 bool eq2 = (Block2 == Head2);
326 // Check whether instructions in Block1 and Block2 are identical
330 BasicBlock::iterator iter2 = Block2->begin();
331 BasicBlock::iterator end2 = Block2->getTerminator();