Searched refs:NextInstKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp66 NextInstKind = IDOther;
82 NextInstKind = IDAlu;
90 NextInstKind = IDFetch;
97 NextInstKind = IDOther;
126 if (NextInstKind != CurInstKind) {
128 if (NextInstKind != IDAlu)
131 CurInstKind = NextInstKind;
H A DR600MachineScheduler.h70 InstKind NextInstKind; member in class:llvm::R600SchedStrategy

Completed in 113 milliseconds