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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp77 // Insert loop into loop nest (LoopInfo) and loop queue (LQ).
81 LQ.push_front(&L);
86 for (auto I = LQ.begin(), E = LQ.end(); I != E; ++I) {
90 LQ.insert(I, 1, &L);
128 // Recurse through all subloops and all loops into LQ.
129 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { argument
130 LQ.push_back(L);
132 addLoopIntoQueue(I, LQ);
150 assert(LQ
[all...]
/freebsd-11-stable/usr.sbin/lpr/filters.ru/
H A Dbjc-240.sh.sample6 # Epson LQ emulation, A4, Code Page 866, 66 lines, Roman font, Smoothing,
30 ControlMode=LQ
45 @SetControlMode=LQ
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h421 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ) argument
422 : LSUnit(SM, LQ, SQ, /* NoAlias */ false) {}
423 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ, bool AssumeNoAlias) argument
424 : LSUnitBase(SM, LQ, SQ, AssumeNoAlias), CurrentLoadGroupID(0),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h154 std::deque<Loop *> LQ;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, argument
26 : LQSize(LQ), SQSize(SQ), UsedLQEntries(0), UsedSQEntries(0),

Completed in 270 milliseconds