Home
last modified time | relevance | path

Searched defs:Candidates (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get()
51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get()
H A DIndirectCallPromotion.cpp277 tryToPromote(CallBase & CB,const std::vector<PromotionCandidate> & Candidates,uint64_t & TotalCount) tryToPromote() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp182 std::forward_list<StoreToLoadForwardingCandidate> Candidates; findStoreToLoadDependences() local
266 removeDependencesFromMultipleStores(std::forward_list<StoreToLoadForwardingCandidate> & Candidates) removeDependencesFromMultipleStores() argument
333 findPointersWrittenOnForwardingPath(const SmallVectorImpl<StoreToLoadForwardingCandidate> & Candidates) findPointersWrittenOnForwardingPath() argument
388 collectMemchecks(const SmallVectorImpl<StoreToLoadForwardingCandidate> & Candidates) collectMemchecks() argument
509 SmallVector<StoreToLoadForwardingCandidate, 4> Candidates; processLoop() local
[all...]
H A DGVNHoist.cpp977 rauw(const SmallVecInsn & Candidates,Instruction * Repl,MemoryUseOrDef * NewMemAcc) rauw() argument
1017 removeAndReplace(const SmallVecInsn & Candidates,Instruction * Repl,BasicBlock * DestBB,bool MoveAccess) removeAndReplace() argument
H A DNaryReassociate.cpp560 auto &Candidates = Pos->second; findClosestMatchingDominator() local
H A DStraightLineStrengthReduce.cpp244 std::list<Candidate> Candidates; member in __anon2fc4011a0111::StraightLineStrengthReduce
[all...]
H A DConstantHoisting.cpp224 SmallPtrSet<BasicBlock *, 16> Candidates; findBestInsertionSet() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp350 auto Candidates = scoreCandidates(Filename); in chooseProxy() local
392 DenseMap<size_t, int> Candidates; // Index -> score. in scoreCandidates() local
413 std::pair<size_t, int> pickWinner(const DenseMap<size_t, int> &Candidates, in pickWinner()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp239 SmallPtrSetImpl<VPValue *> &Candidates, in getBest() argument
315 SmallPtrSet<VPValue *, 4> Candidates; in reorderMultiNodeOps() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h139 void registerSymbols(FunctionCandidatesMap Candidates, JITDylib *JD) { in registerSymbols()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp157 SmallSetVector<FrozenIndPHIInfo, 4> Candidates; in run() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp496 const std::string Candidates[] = { addLibCxxIncludePaths() local
H A DCuda.cpp142 SmallVector<Candidate, 4> Candidates; CudaInstallationDetector() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp300 SmallVector<PassThroughInfo, 4> Candidates; in avoidSpeculation() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp255 SmallVector<Candidate, 32> Candidates; in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h334 SmallVector<TemplateSpecCandidate, 16> Candidates; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp372 SmallVector<MachineInstr *, 8> Candidates( in removeAccPrimeUnprime() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1058 std::list<VectorInfo> &Candidates, std::list<VectorInfo> &InterleavedLoad, in findPattern() argument
1263 std::list<VectorInfo> Candidates; run() local
[all...]
H A DMachineLICM.cpp431 ProcessMI(MachineInstr * MI,BitVector & PhysRegDefs,BitVector & PhysRegClobbers,SmallSet<int,32> & StoredFIs,SmallVectorImpl<CandidateInfo> & Candidates,MachineLoop * CurLoop) ProcessMI() argument
528 SmallVector<CandidateInfo, 32> Candidates; HoistRegionPostRA() local
H A DMachineSink.cpp666 FindCycleSinkCandidates(MachineCycle * Cycle,MachineBasicBlock * BB,SmallVectorImpl<MachineInstr * > & Candidates) FindCycleSinkCandidates() argument
763 SmallVector<MachineInstr *, 8> Candidates; runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp350 BitVector Candidates = in loadImmediate() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp756 Sema &SemaRef, unsigned CurrentArg, OverloadCandidate *Candidates, in ProcessOverloadCandidates() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp477 llvm::SmallVector<Candidate, 4> Candidates; in FindExternalVisibleDeclsByName() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp287 findSimilarStr(StringRef LHS,const std::vector<StringRef> & Candidates) findSimilarStr() argument
452 std::vector<StringRef> Candidates = { SuggestTypoedDirective() local
[all...]

123