Searched refs:BlockToValue (Results 1 – 1 of 1) sorted by relevance
1176 DenseMap<BasicBlock *, Value*> BlockToValue; in findBasePointer() local1180 if (!BlockToValue.count(InBB)) in findBasePointer()1181 BlockToValue[InBB] = getBaseForInput(InVal, InBB->getTerminator()); in findBasePointer()1184 Value *OldBase = BlockToValue[InBB]; in findBasePointer()1204 Value *Base = BlockToValue[InBB]; in findBasePointer()