Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A 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 …]