HomeSort by relevance Sort by last modified time
    Searched refs:LiveOutMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 47 /// LiveOutMap - Map basic blocks to the value leaving the block.
48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
73 LiveOutMap Map;
ExecutionDepsFix.cpp 143 typedef DenseMap<MachineBasicBlock*, LiveReg*> LiveOutMap;
144 LiveOutMap LiveOuts;
393 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
786 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI);

Completed in 1829 milliseconds