/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LatencyPriorityQueue.cpp | 117 std::vector<SUnit *>::iterator Best = Queue.begin(); in pop() local
|
H A D | MachineTraceMetrics.cpp | 333 const MachineBasicBlock *Best = nullptr; in pickTracePred() local 357 const MachineBasicBlock *Best = nullptr; in pickTraceSucc() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineScheduler.cpp | 175 Candidate Best; in pickNode() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 352 std::pair<size_t, int> Best = in chooseProxy() local 424 ScoredCandidate Best = {size_t(-1), false, 0, 0}; in pickWinner() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 113 InputIt Best = Last; in find_best() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | GCNILPSched.cpp | 243 auto Best = AvailQueue.begin(); in pickCandidate() local
|
H A D | SIMachineScheduler.cpp | 1575 std::vector<SIScheduleBlock*>::iterator Best; in pickBlock() local 1882 SIScheduleBlockResult Best, Temp; in schedule() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 546 OverloadCandidateSet::iterator Best; in PerformEmptyInit() local 3985 OverloadCandidateSet::iterator &Best, in ResolveConstructorOverload() 4162 OverloadCandidateSet::iterator Best; in TryConstructorInitialization() local 4714 OverloadCandidateSet::iterator Best; in TryRefInitWithConversionFunction() local 5625 OverloadCandidateSet::iterator Best; in TryUserDefinedConversion() local 6260 OverloadCandidateSet::iterator Best; in InitializeFrom() local 6636 OverloadCandidateSet::iterator Best; in CopyObject() local 6781 OverloadCandidateSet::iterator Best; in CheckCXX98CompatAccessibleCopy() local 9529 OverloadCandidateSet::iterator Best; in Diagnose() local 9772 OverloadCandidateSet::iterator Best; in Diagnose() local [all …]
|
H A D | SemaOverload.cpp | 3491 OverloadCandidateSet::iterator Best; in IsInitializerListConstructorConversion() local 3671 OverloadCandidateSet::iterator Best; in IsUserDefinedConversion() local 4784 OverloadCandidateSet::iterator Best; in FindConversionForRefInit() local 6324 OverloadCandidateSet::iterator Best; in PerformContextualImplicitConversion() local 10250 iterator &Best) { in BestViableFunction() 12289 auto Best = Matches.begin(); in eliminiateSuboptimalOverloadCandidates() local 13062 OverloadCandidateSet::iterator Best; in DiagnoseTwoPhaseLookup() local 13319 OverloadCandidateSet::iterator Best; in buildOverloadedCallSet() local 13345 OverloadCandidateSet::iterator *Best) { in chooseRecoveryType() 13396 OverloadCandidateSet::iterator *Best, in FinishOverloadedCallExpr() [all …]
|
H A D | SemaExprCXX.cpp | 1762 UsualDeallocFnInfo Best; in resolveDeallocationOverload() local 1823 auto Best = resolveDeallocationOverload( in doesUsualArrayDeleteWantSize() local 2510 OverloadCandidateSet::iterator Best; in resolveAllocationOverload() local 3843 OverloadCandidateSet::iterator Best; in resolveBuiltinNewDeleteOverload() local 6195 OverloadCandidateSet::iterator Best; in FindConditionalOverload() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ResourcePriorityQueue.cpp | 589 std::vector<SUnit *>::iterator Best = Queue.begin(); in pop() local
|
H A D | ScheduleDAGRRList.cpp | 499 SDNode *Best = nullptr; in FindCallSeqStart() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 234 Range *Best = 0; in upperBound() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 265 VPValue *Best = nullptr; in getBest() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 658 SUnit *Best = nullptr; in isBestZeroLatency() local
|
H A D | HexagonConstExtenders.cpp | 1396 int32_t Best = BestIt->first; in assignInits() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 722 StringRef Best; in getNearestOption() local
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.cpp | 1259 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 301 auto GetClosestDependency = [this](Instruction *Best, Instruction *Other) { in getInvariantGroupPointerDependency()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 3001 std::optional<NonTrivialUnswitchCandidate> Best; in findBestNonTrivialUnswitchCandidate() local 3056 NonTrivialUnswitchCandidate Best = findBestNonTrivialUnswitchCandidate( in unswitchBestCondition() local
|
H A D | LoopStrengthReduce.cpp | 4498 Formula &Best = LU.Formulae[P.first->second]; in FilterOutUndesirableDedicatedRegisters() local 4772 Formula &Best = LU.Formulae[P.first->second]; in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() local 4999 const SCEV *Best = nullptr; in NarrowSearchSpaceByPickingWinnerRegs() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Overload.h | 858 bool Best : 1; member
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 2046 SmallVector<StringRef, 2> Best; in loadModule() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1788 const Filter &Best = Filters[BestIndex]; in emitTableEntries() local
|
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1473 size_t Best = StringRef::npos; in printFuzzyMatch() local
|