Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp842 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals() local
843 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1; in calculateLiveIntervals()
844 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals()