Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachinePipeliner.h530 int getInitiationInterval() const { return InitiationInterval; } in getInitiationInterval() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp2104 << " (II=" << Schedule.getInitiationInterval() in schedulePipeline()
2113 << ore::NV("II", Schedule.getInitiationInterval()) in schedulePipeline()