HomeSort by relevance Sort by last modified time
    Searched refs:Block2 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 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);
309 /// Block1 is a block in the 1st if-region to compare. \param Block2 is a block
311 /// Block2 have identical instructions and do not have memory reference alias
316 BasicBlock *Block2) {
321 bool eq2 = (Block2 == Head2);
327 // Check whether instructions in Block1 and Block2 are identical
331 BasicBlock::iterator iter2 = Block2->begin();
332 BasicBlock::iterator end2 = Block2->getTerminator()
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 394 BlockT *findNearestCommonPostDom(BlockT *Block1, BlockT *Block2);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 322 milliseconds