Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1134 DenseMap<BasicBlock *, Value*> BlockToValue; in findBasePointer() local
1138 if (!BlockToValue.count(InBB)) in findBasePointer()
1139 BlockToValue[InBB] = getBaseForInput(InVal, InBB->getTerminator()); in findBasePointer()
1142 Value *OldBase = BlockToValue[InBB]; in findBasePointer()
1154 Value *Base = BlockToValue[InBB]; in findBasePointer()