Home
last modified time | relevance | path

Searched refs:DestBBPN (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp247 const PHINode *DestBBPN = dyn_cast<PHINode>(DestBB->begin()); in CanMergeBlocks() local
248 if (!DestBBPN) return true; // no conflict. in CanMergeBlocks()
261 for (unsigned i = 0, e = DestBBPN->getNumIncomingValues(); i != e; ++i) { in CanMergeBlocks()
262 BasicBlock *Pred = DestBBPN->getIncomingBlock(i); in CanMergeBlocks()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp459 const PHINode *DestBBPN = dyn_cast<PHINode>(DestBB->begin()); in canMergeBlocks() local
460 if (!DestBBPN) return true; // no conflict. in canMergeBlocks()
473 for (unsigned i = 0, e = DestBBPN->getNumIncomingValues(); i != e; ++i) { in canMergeBlocks()
474 BasicBlock *Pred = DestBBPN->getIncomingBlock(i); in canMergeBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp737 const PHINode *DestBBPN = dyn_cast<PHINode>(DestBB->begin()); in canMergeBlocks() local
738 if (!DestBBPN) return true; // no conflict. in canMergeBlocks()
751 for (unsigned i = 0, e = DestBBPN->getNumIncomingValues(); i != e; ++i) { in canMergeBlocks()
752 BasicBlock *Pred = DestBBPN->getIncomingBlock(i); in canMergeBlocks()