Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp2728 } OurState = Unset; in vlocJoin() local
2741 OurState = NoSolution; in vlocJoin()
2743 OurState = NoSolution; in vlocJoin()
2751 if (OurState == Unset) { in vlocJoin()
2781 OurState = Agreed; in vlocJoin()
2783 OurState = PropDisagree; in vlocJoin()
2785 OurState = BEDisagree; in vlocJoin()
2787 OurState = PHINeeded; in vlocJoin()
2803 if (OurState == BEDisagree && OldLiveInLocation) { in vlocJoin()
2818 if (OurState == Agreed) { in vlocJoin()
[all …]