HomeSort by relevance Sort by last modified time
    Searched refs:Block2 (Results 1 - 4 of 4) 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/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 338 BasicBlock *Block2 = BasicBlock::Create(Context, "block2", Func2);
352 Builder.SetInsertPoint(Block2);
389 BasicBlock *Block2 = BasicBlock::Create(Context, "block2", Func2);
397 Builder.SetInsertPoint(Block2);
  /external/clang/lib/CodeGen/
TargetInfo.cpp 360 Address Addr2, llvm::BasicBlock *Block2,
365 PHI->addIncoming(Addr2.getPointer(), Block2);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 531 milliseconds