Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp96 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in collectMarkers()
154 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in calculateLocalLiveness()
193 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
247 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in dumpBlockLiveness()
DSafeStackColoring.h35 struct BlockLifetimeInfo { struct
63 typedef DenseMap<BasicBlock *, BlockLifetimeInfo> LivenessMap; argument
DStackColoring.cpp255 struct BlockLifetimeInfo { struct in __anon379941c80111::StackColoring
267 typedef DenseMap<const MachineBasicBlock*, BlockLifetimeInfo> LivenessMap;
401 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB()
583 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers()
638 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness()
709 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals()