Searched refs:hasLessThanNumFused (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp47 static bool hasLessThanNumFused(const SUnit &SU, unsigned FuseLimit) { function
79 assert(hasLessThanNumFused(FirstSU, 2) &&
189 if (!hasLessThanNumFused(DepSU, 2) ||

Completed in 89 milliseconds