HomeSort by relevance Sort by last modified time
    Searched refs:LiveOutMap (Results 1 - 4 of 4) 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;
398 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
792 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeCalc.h 47 /// LiveOutMap - Map basic blocks to the value leaving the block.
48 typedef IndexedMap<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
67 LiveOutMap LiveOut;
ExecutionDepsFix.cpp 118 typedef DenseMap<MachineBasicBlock*,DomainValue**> LiveOutMap;
119 LiveOutMap LiveOuts;
282 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
510 for (LiveOutMap::const_iterator i = LiveOuts.begin(), e = LiveOuts.end();

Completed in 146 milliseconds