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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 66 /// CloneMIs - A list of clones as result of re-materialization.
67 std::vector<MachineInstr*> CloneMIs;
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 104 while (!CloneMIs.empty()) {
105 MachineInstr *MI = CloneMIs.back();
106 CloneMIs.pop_back();
    [all...]

Completed in 15 milliseconds