Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1172 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in cmpBasicBlocks() local
1175 if (int Res = cmpValues(&*InstL, &*InstR)) in cmpBasicBlocks()
1179 const GetElementPtrInst *GEPR = dyn_cast<GetElementPtrInst>(InstR); in cmpBasicBlocks()
1193 if (int Res = cmpOperations(&*InstL, &*InstR)) in cmpBasicBlocks()
1195 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
1199 Value *OpR = InstR->getOperand(i); in cmpBasicBlocks()
1208 ++InstR; in cmpBasicBlocks()
1209 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
1211 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
1213 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()