Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1149 DenseMap<BasicBlock *, Value*> BlockToValue; in findBasePointer() local
1153 if (!BlockToValue.count(InBB)) in findBasePointer()
1154 BlockToValue[InBB] = getBaseForInput(InVal, InBB->getTerminator()); in findBasePointer()
1157 Value *OldBase = BlockToValue[InBB]; in findBasePointer()
1169 Value *Base = BlockToValue[InBB]; in findBasePointer()