Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h445 LSUnit(const MCSchedModel & SM,unsigned LQ,unsigned SQ) LSUnit() argument
447 LSUnit(const MCSchedModel & SM,unsigned LQ,unsigned SQ,bool AssumeNoAlias) LSUnit() argument
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferBranchTest.cpp107 const TestLattice &LQ = getLatticeAtAnnotation(Results, "q"); in TEST() local
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, in LSUnitBase() argument
/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp96 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue()