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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots)
161 if (isLoadAfterStore(SU) && CurSlots < 6) {
170 return 5 - CurSlots;
179 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) {
181 CurSlots = CurBranches = 0;
192 if (MustBeFirst && CurSlots) {
193 CurSlots = CurBranches = 0;
197 CurSlots += NSlots;
218 CurSlots = CurBranches = 0;
230 CurSlots == 6)
    [all...]
PPCHazardRecognizers.h 29 unsigned CurSlots, CurBranches;
38 CurSlots(0), CurBranches(0) {}

Completed in 3601 milliseconds