Searched refs:LastB (Results 1 – 3 of 3) sorted by relevance
1169 BasicBlock *LastB = cast<BasicBlock>(LocV); in materialize() local1181 if (ChildB != nullptr && LastB != ChildB) in materialize()1186 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); in materialize()1190 BasicBlock::iterator FirstUse = first_use_of_in_block(Urs, LastB); in materialize()1191 if (FirstUse != LastB->end()) in materialize()1196 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize()
6556 unsigned LastB = 0, BCnt = 0; in combineToCMPB() local6558 if (BytesFound[LastB]) { in combineToCMPB()6560 LastB = i; in combineToCMPB()6563 if (!LastB || BCnt < 2) in combineToCMPB()
25127 SDValue LastB = Op->getOperand(0); in foldCSELofLASTB() local25130 if (LastB.getOpcode() != AArch64ISD::LASTB || LastB.getOperand(0) != AnyPred) in foldCSELofLASTB()25134 AnyPred, Default, LastB.getOperand(1)); in foldCSELofLASTB()