Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeCalc.h48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap; typedef
67 LiveOutMap LiveOut;
DExecutionDepsFix.cpp118 typedef DenseMap<MachineBasicBlock*,DomainValue**> LiveOutMap; typedef in __anon97c1a3490211::ExeDepsFix
119 LiveOutMap LiveOuts;
282 LiveOutMap::const_iterator fi = LiveOuts.find(*pi); in enterBasicBlock()
510 for (LiveOutMap::const_iterator i = LiveOuts.begin(), e = LiveOuts.end(); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DLiveRangeCalc.h48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap; typedef
73 LiveOutMap Map;
DExecutionDepsFix.cpp143 typedef DenseMap<MachineBasicBlock*, LiveReg*> LiveOutMap; typedef in __anone7243c1d0311::ExeDepsFix
144 LiveOutMap LiveOuts;
398 LiveOutMap::const_iterator fi = LiveOuts.find(*pi); in enterBasicBlock()
792 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeCalc.h57 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; variable
96 LiveOutMap Map;