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 53 /// LiveOutMap - Map basic blocks to the value leaving the block.
54 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
73 LiveOutMap LiveOut;
ExecutionDepsFix.cpp 138 typedef DenseMap<MachineBasicBlock*, LiveReg*> LiveOutMap;
139 LiveOutMap LiveOuts;
387 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
778 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI);

Completed in 943 milliseconds