Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h79 unsigned II_setByPragma = 0; variable
288 unsigned II_setByPragma = 0; variable
379 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp446 II_setByPragma = 0; in setPragmaPipelineOptions()
482 II_setByPragma = in setPragmaPipelineOptions()
484 assert(II_setByPragma >= 1 && "Pipeline initiation interval must be positive."); in setPragmaPipelineOptions()
618 II_setByPragma, LI.LoopPipelinerInfo.get(), AA); in swingModuloScheduler()
675 if (II_setByPragma) { in useWindowScheduler()
688 else if (II_setByPragma > 0) in setMII()
689 MII = II_setByPragma; in setMII()
697 else if (II_setByPragma > 0) in setMAX_II()
698 MAX_II = II_setByPragma; in setMAX_II()