Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1175 DenseMap<BasicBlock *, Value*> BlockToValue; in findBasePointer() local
1179 if (!BlockToValue.count(InBB)) in findBasePointer()
1180 BlockToValue[InBB] = getBaseForInput(InVal, InBB->getTerminator()); in findBasePointer()
1183 Value *OldBase = BlockToValue[InBB]; in findBasePointer()
1203 Value *Base = BlockToValue[InBB]; in findBasePointer()