Home
last modified time | relevance | path

Searched defs:LQ (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h448 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ) in LSUnit()
450 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ, bool AssumeNoAlias) in LSUnit()
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, in LSUnitBase()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopPass.cpp95 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue()