Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRangeCalc.h48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap; typedef
73 LiveOutMap Map;
DExecutionDepsFix.cpp143 typedef DenseMap<MachineBasicBlock*, LiveReg*> LiveOutMap; typedef in __anonf3da55440311::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/llvm-project/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h58 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; variable
97 LiveOutMap Map;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h56 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; variable
95 LiveOutMap Map;
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp2538 auto LiveOutMap = LiveOuts.find(p); in pickVPHILoc() local
2539 if (LiveOutMap == LiveOuts.end()) in pickVPHILoc()
2544 auto It = LiveOutMap->second->find(Var); in pickVPHILoc()
2545 if (It == LiveOutMap->second->end()) in pickVPHILoc()