Searched refs:Block2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp35 /// \brief Compare a pair of blocks: \p Block1 and \p Block2, which
37 /// Head2. \returns true if \p Block1 and \p Block2 contain identical
41 BasicBlock *Block1, BasicBlock *Block2);
306 /// Block1 is a block in the 1st if-region to compare. \param Block2 is a block
308 /// Block2 have identical instructions and do not have memory reference alias
313 BasicBlock *Block2) {
318 bool eq2 = (Block2 == Head2);
324 // Check whether instructions in Block1 and Block2 are identical
328 BasicBlock::iterator iter2 = Block2->begin();
329 BasicBlock::iterator end2 = Block2
311 CompareIfRegionBlock(BasicBlock *Head1, BasicBlock *Head2, BasicBlock *Block1, BasicBlock *Block2) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp3287 bool Block2 = Conv2->getConversionType()->isBlockPointerType(); local
3288 if (Block1 != Block2)

Completed in 126 milliseconds