Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp758 class BDVState { class
771 BDVState() { in BDVState() function in __anonf0f4fcb40311::BDVState
795 Status = BDVState::Conflict; in meet()
1033 return BDVState(BaseValue, BDVState::Base, BaseValue); in findBasePointer()
1055 BDVState NewState(BDV); in findBasePointer()
1085 BDVState State = Pair.second; in findBasePointer()
1109 States[I] = BDVState(I, BDVState::Base, BaseInst); in findBasePointer()
1117 States[I] = BDVState(I, BDVState::Conflict); in findBasePointer()
1129 BDVState State = Pair.second; in findBasePointer()
1165 States[I] = BDVState(I, BDVState::Conflict, BaseInst); in findBasePointer()
[all …]