Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h536 void setInitiationInterval(int ii) { InitiationInterval = ii; } in setInitiationInterval() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2021 Schedule.setInitiationInterval(II); in schedulePipeline()