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

  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 43 OwningPtr<const MipsInstrInfo> InstrInfoSE;
MipsTargetMachine.cpp 80 InstrInfoSE.swap(InstrInfo);
101 if (!InstrInfoSE) {
106 InstrInfoSE.swap(InstrInfo);

Completed in 174 milliseconds