Searched refs:Best (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLatencyPriorityQueue.cpp121 std::vector<SUnit *>::iterator Best = Queue.begin();
124 if (Picker(*Best, *I))
125 Best = I;
126 SUnit *V = *Best;
127 if (Best != prior(Queue.end()))
128 std::swap(*Best, Queue.back());
H A DMachineTraceMetrics.cpp232 const MachineBasicBlock *Best = 0; local
244 if (!Best || Depth < BestDepth)
245 Best = Pred, BestDepth = Depth;
247 return Best;
256 const MachineBasicBlock *Best = 0; local
274 if (!Best || Height < BestHeight)
275 Best = Succ, BestHeight = Height;
277 return Best;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTargetRegistry.cpp74 const Target *Best = 0, *EquallyBest = 0; local
78 if (!Best || Qual > BestQuality) {
79 Best = &*it;
87 if (!Best) {
97 Best->Name + "\" and \"" + EquallyBest->Name + "\"";
101 return Best;
H A DCommandLine.cpp203 Option *Best = 0; local
219 if (!Best || Distance < BestDistance) {
220 Best = O;
230 return Best;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp604 std::vector<SUnit *>::iterator Best = Queue.begin();
606 signed BestCost = SUSchedulingCost(*Best);
609 if (*I == *Best)
614 Best = I;
622 if (Picker(*Best, *I))
623 Best = I;
626 SUnit *V = *Best;
627 if (Best != prior(Queue.end()))
628 std::swap(*Best, Queue.back());
H A DScheduleDAGRRList.cpp445 SDNode *Best = 0; local
452 if (!Best || (MyMaxNest > BestMaxNest)) {
453 Best = New;
457 assert(Best);
459 return Best;
1708 std::vector<SUnit *>::iterator Best = Q.begin(); local
1711 if (Picker(*Best, *I))
1712 Best = I;
1713 SUnit *V = *Best;
1714 if (Best !
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs74 Best = 9, enumerator in enum:DotZLib.CompressLevel
H A DUnitTests.cs250 using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best))
/macosx-10.10.1/llvmCore-3425.0.34/utils/FileCheck/
H A DFileCheck.cpp399 size_t Best = StringRef::npos; local
417 if (Quality < BestQuality || Best == StringRef::npos) {
418 Best = i;
426 if (Best && Best != StringRef::npos && BestQuality < 50) {
427 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data() + Best),
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp455 const Filter &Best) const;
1361 const Filter &Best) const {
1362 unsigned Opc = Best.getSingletonOpc();
1374 Best.getVariableFC().emitTableEntries(TableInfo);
1670 const Filter &Best = Filters[BestIndex];
1671 if (Best.getNumFiltered() == 1)
1672 emitSingletonTableEntry(TableInfo, Best);
1674 Best.emitTableEntry(TableInfo);
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.freebsd163 06/30 Guido van Rooij <guido@FreeBSD.org> born in Best, Noord-Brabant, the Netherlands, 1965
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3723 Formula &Best = LU.Formulae[P.first->second]; local
3727 CostBest.RateFormula(Best, Regs, VisitedRegs, L, LU.Offsets, SE, DT);
3729 std::swap(F, Best);
3732 " in favor of formula "; Best.print(dbgs());
3962 const SCEV *Best = 0; local
3969 if (!Best)
3970 Best = Reg;
3974 Best = Reg;
3980 DEBUG(dbgs() << "Narrowing the search space by assuming " << *Best
3982 Taken.insert(Best);
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm677 I<Portions of the following code and documentation from "Perl Best Practices"
1607 of I<Perl Best Practices> (O'Reilly, 2005) for a full discussion on why
1634 a combined "getter/setter" accessor. See Chapter 15 of I<Perl Best
2283 Portions of the documentation from "Perl Best Practices" copyright (c)

Completed in 282 milliseconds