Home
last modified time | relevance | path

Searched refs:InstrStageNum (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h221 unsigned CurStageNum, unsigned InstrStageNum,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1031 unsigned InstrStageNum, in updateInstruction() argument
1050 if (DefStageNum != -1 && (int)InstrStageNum > DefStageNum) { in updateInstruction()
1052 unsigned StageDiff = (InstrStageNum - DefStageNum); in updateInstruction()