Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp136 unsigned InstrCount, SCCCount = 0; in RunPassOnSCC() local
146 SCCCount = M.getInstructionCount(); in RunPassOnSCC()
148 if (SCCCount != InstrCount) { in RunPassOnSCC()
151 static_cast<int64_t>(SCCCount) - static_cast<int64_t>(InstrCount); in RunPassOnSCC()
154 InstrCount = SCCCount; in RunPassOnSCC()