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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);
PPCHazardRecognizers.cpp 87 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID,
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots)
188 bool MustBeFirst = mustComeFirst(MCID, NSlots);

Completed in 239 milliseconds