Home
last modified time | relevance | path

Searched refs:LiveOutMap (Results 1 – 4 of 4) 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 __anon16a38e880211::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 __anon822fba5c0311::ExeDepsFix
144 LiveOutMap LiveOuts;
398 LiveOutMap::const_iterator fi = LiveOuts.find(*pi); in enterBasicBlock()
792 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI); in runOnMachineFunction()