Home
last modified time | relevance | path

Searched defs:Best (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp117 std::vector<SUnit *>::iterator Best = Queue.begin(); in pop() local
H A DMachineTraceMetrics.cpp348 const MachineBasicBlock *Best = nullptr; in pickTracePred() local
372 const MachineBasicBlock *Best = nullptr; in pickTraceSucc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp175 Candidate Best; in pickNode() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp351 std::pair<size_t, int> Best = in chooseProxy() local
423 ScoredCandidate Best = {size_t(-1), false, 0, 0}; in pickWinner() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp113 InputIt Best = Last; in find_best() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp243 auto Best = AvailQueue.begin(); in pickCandidate() local
H A DSIMachineScheduler.cpp1575 std::vector<SIScheduleBlock*>::iterator Best; in pickBlock() local
1882 SIScheduleBlockResult Best, Temp; in schedule() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp549 OverloadCandidateSet::iterator Best; in PerformEmptyInit() local
4272 OverloadCandidateSet::iterator Best; in TryConstructorInitialization() local
4852 OverloadCandidateSet::iterator Best; in TryRefInitWithConversionFunction() local
5765 OverloadCandidateSet::iterator Best; in TryUserDefinedConversion() local
6403 OverloadCandidateSet::iterator Best; in InitializeFrom() local
6781 OverloadCandidateSet::iterator Best; in CopyObject() local
6924 OverloadCandidateSet::iterator Best; in CheckCXX98CompatAccessibleCopy() local
9693 OverloadCandidateSet::iterator Best; in Diagnose() local
9936 OverloadCandidateSet::iterator Best; in Diagnose() local
10012 OverloadCandidateSet::iterator Best; in Diagnose() local
[all …]
H A DSemaOverload.cpp3647 OverloadCandidateSet::iterator Best; in IsInitializerListConstructorConversion() local
3827 OverloadCandidateSet::iterator Best; in IsUserDefinedConversion() local
4953 OverloadCandidateSet::iterator Best; in FindConversionForRefInit() local
12753 auto Best = Matches.begin(); in eliminiateSuboptimalOverloadCandidates() local
14025 OverloadCandidateSet::iterator Best; in BuildOverloadedCallExpr() local
14224 OverloadCandidateSet::iterator Best; in CreateOverloadedUnaryOp() local
14520 OverloadCandidateSet::iterator Best; in CreateOverloadedBinOp() local
15065 OverloadCandidateSet::iterator Best; in CreateOverloadedArraySubscriptExpr() local
15641 OverloadCandidateSet::iterator Best; in BuildCallToObjectOfClassType() local
15842 OverloadCandidateSet::iterator Best; in BuildOverloadedArrowExpr() local
[all …]
H A DSemaExprCXX.cpp1794 UsualDeallocFnInfo Best; in resolveDeallocationOverload() local
1855 auto Best = resolveDeallocationOverload( in doesUsualArrayDeleteWantSize() local
2551 OverloadCandidateSet::iterator Best; in resolveAllocationOverload() local
3886 OverloadCandidateSet::iterator Best; in resolveBuiltinNewDeleteOverload() local
6312 OverloadCandidateSet::iterator Best; in FindConditionalOverload() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp589 std::vector<SUnit *>::iterator Best = Queue.begin(); in pop() local
H A DScheduleDAGRRList.cpp498 SDNode *Best = nullptr; in FindCallSeqStart() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp265 VPValue *Best = nullptr; in getBest() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp242 Range *Best = 0; in upperBound() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp659 SUnit *Best = nullptr; in isBestZeroLatency() local
H A DHexagonConstExtenders.cpp1396 int32_t Best = BestIt->first; in assignInits() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp707 StringRef Best; in getNearestOption() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp301 auto GetClosestDependency = [this](Instruction *Best, Instruction *Other) { in getInvariantGroupPointerDependency()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1295 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h861 bool Best : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4528 Formula &Best = LU.Formulae[P.first->second]; in FilterOutUndesirableDedicatedRegisters() local
4802 Formula &Best = LU.Formulae[P.first->second]; in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() local
5019 ScalarEvolution &SE, const SCEV *Best, in IsSimplerBaseSCEVForTarget()
5055 const SCEV *Best = nullptr; in NarrowSearchSpaceByPickingWinnerRegs() local
H A DSimpleLoopUnswitch.cpp3409 std::optional<NonTrivialUnswitchCandidate> Best; in findBestNonTrivialUnswitchCandidate() local
3495 NonTrivialUnswitchCandidate Best = findBestNonTrivialUnswitchCandidate( in unswitchBestCondition() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2071 SmallVector<StringRef, 2> Best; in loadModule() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1790 const Filter &Best = Filters[BestIndex]; in emitTableEntries() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1318 size_t Best = StringRef::npos; in printFuzzyMatch() local

12