Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp2725 BEDisagree, // Only back-edges disagree on variable value. in vlocJoin() enumerator
2785 OurState = BEDisagree; in vlocJoin()
2803 if (OurState == BEDisagree && OldLiveInLocation) { in vlocJoin()
2821 } else if (OurState == BEDisagree && OverRide) { in vlocJoin()
2840 } else if ((OurState == PHINeeded || OurState == BEDisagree)) { in vlocJoin()