Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp692 class BDVState { class
705 BDVState() { in BDVState() function in __anoncf2832fa0311::BDVState
727 void meet(const BDVState &Other) { in meet()
729 Status = BDVState::Conflict; in meet()
967 return BDVState(BaseValue, BDVState::Base, BaseValue); in findBasePointer()
1027 BDVState NewState(BDV); in findBasePointer()
1040 NewState = BDVState(I, BDVState::Conflict); in findBasePointer()
1064 BDVState State = Pair.second; in findBasePointer()
1080 BDVState State = Pair.second; in findBasePointer()
1116 States[I] = BDVState(I, BDVState::Conflict, BaseInst); in findBasePointer()
[all …]