Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h539 int getInitiationInterval() const { return InitiationInterval; } in getInitiationInterval() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2098 << " (II=" << Schedule.getInitiationInterval() in schedulePipeline()
2107 << ore::NV("II", Schedule.getInitiationInterval()) in schedulePipeline()