Home
last modified time | relevance | path

Searched refs:BlockLifetimeInfo (Results 1 – 6 of 6) 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 __anonbaa27ad40111::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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp111 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in collectMarkers()
169 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in calculateLocalLiveness()
208 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
265 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in dumpBlockLiveness()
DSafeStackColoring.h42 struct BlockLifetimeInfo { struct
76 using LivenessMap = DenseMap<BasicBlock *, BlockLifetimeInfo>; argument
DStackColoring.cpp388 struct BlockLifetimeInfo { struct in __anon7aeec56c0111::StackColoring
403 using LivenessMap = DenseMap<const MachineBasicBlock *, BlockLifetimeInfo>;
543 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB()
717 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers()
772 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness()
827 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals()