Searched refs:hasLessThanNumFused (Results 1 – 3 of 3) sorted by relevance
46 bool llvm::hasLessThanNumFused(const SUnit &SU, unsigned FuseLimit) { in hasLessThanNumFused() function in llvm78 assert(hasLessThanNumFused(FirstSU, 2) && in fuseInstructionPair()203 if (!hasLessThanNumFused(DepSU, 2) || in scheduleAdjacentImpl()
170 if (!hasLessThanNumFused(*ISUI, 2)) in apply()177 if (!hasLessThanNumFused(*JSUI, 2) || in apply()
39 bool hasLessThanNumFused(const SUnit &SU, unsigned FuseLimit);