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

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 36 /// \brief Compare a pair of blocks: \p Block1 and \p Block2, which
38 /// Head2. \returns true if \p Block1 and \p Block2 contain identical
42 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()->getIterator()
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 309 Address Addr2, llvm::BasicBlock *Block2,
314 PHI->addIncoming(Addr2.getPointer(), Block2);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 394 BlockT *findNearestCommonPostDom(BlockT *Block1, BlockT *Block2);
    [all...]
  /external/v8/test/unittests/wasm/
ast-decoder-unittest.cc 436 TEST_F(AstDecoderTest, Block2) {
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 199 milliseconds