Searched refs:BlockToValue (Results 1 – 1 of 1) sorted by relevance
1224 DenseMap<BasicBlock *, Value*> BlockToValue; in findBasePointer() local1228 if (!BlockToValue.count(InBB)) in findBasePointer()1229 BlockToValue[InBB] = getBaseForInput(InVal, InBB->getTerminator()); in findBasePointer()1232 Value *OldBase = BlockToValue[InBB]; in findBasePointer()1252 Value *Base = BlockToValue[InBB]; in findBasePointer()