Searched refs:LiveOutMap (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h53 /// LiveOutMap - Map basic blocks to the value leaving the block.
54 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap; typedef in class:llvm::LiveRangeCalc
73 LiveOutMap LiveOut;
H A DExecutionDepsFix.cpp136 typedef DenseMap<MachineBasicBlock*, LiveReg*> LiveOutMap; typedef in class:__anon9457::ExeDepsFix
137 LiveOutMap LiveOuts;
373 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
707 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI);

Completed in 70 milliseconds