Searched refs:InstL (Results 1 – 3 of 3) sorted by relevance
764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local769 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()772 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()774 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()775 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()784 ++InstL; in cmpBasicBlocks()786 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()788 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()790 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
355 void bindLocalLabel(const InstMIPS32Label *InstL, SizeT Number) { in bindLocalLabel() argument358 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
146 void bindLocalLabel(const InstARM32Label *InstL, SizeT Number) { in bindLocalLabel() argument149 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()