Searched defs:LQ (Results 1 – 3 of 3) sorted by relevance
448 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ) in LSUnit()450 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ, bool AssumeNoAlias) in LSUnit()
24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, in LSUnitBase()
95 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue()