Home
last modified time | relevance | path

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

123

/freebsd/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.cpp508 std::vector<PromotionCandidate> &Candidates) { in computeVTableInfos()
632 CallBase &CB, Instruction *VPtr, ArrayRef<PromotionCandidate> Candidates, in tryToPromoteWithFuncCmp()
713 CallBase &CB, Instruction *VPtr, ArrayRef<PromotionCandidate> Candidates, in tryToPromoteWithVTableCmp()
839 const CallBase &CB, ArrayRef<PromotionCandidate> Candidates, in isProfitableToCompareVTables()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp184 std::forward_list<StoreToLoadForwardingCandidate> Candidates; in findStoreToLoadDependences() local
269 std::forward_list<StoreToLoadForwardingCandidate> &Candidates) { in removeDependencesFromMultipleStores()
336 const SmallVectorImpl<StoreToLoadForwardingCandidate> &Candidates) { in findPointersWrittenOnForwardingPath()
392 const SmallVectorImpl<StoreToLoadForwardingCandidate> &Candidates) { in collectMemchecks()
525 SmallVector<StoreToLoadForwardingCandidate, 4> Candidates; in processLoop() local
H A DGVNHoist.cpp973 unsigned GVNHoist::rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw()
1013 unsigned GVNHoist::removeAndReplace(const SmallVecInsn &Candidates, in removeAndReplace()
H A DNaryReassociate.cpp561 auto &Candidates = Pos->second; in findClosestMatchingDominator() local
H A DStraightLineStrengthReduce.cpp244 std::list<Candidate> Candidates; member in __anon0eec50480111::StraightLineStrengthReduce
H A DConstantHoisting.cpp225 SmallPtrSet<BasicBlock *, 16> Candidates; in findBestInsertionSet() local
H A DReassociate.cpp2016 SmallVectorImpl<Instruction *> &Candidates) { in getNegatibleInsts()
2069 SmallVector<Instruction *, 4> Candidates; in canonicalizeNegFPConstantsForOp() local
H A DSeparateConstOffsetFromGEP.cpp1210 auto &Candidates = Pos->second; in findClosestMatchingDominator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp239 SmallPtrSetImpl<VPValue *> &Candidates, in getBest()
315 SmallPtrSet<VPValue *, 4> Candidates; in reorderMultiNodeOps() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h139 void registerSymbols(FunctionCandidatesMap Candidates, JITDylib *JD) { in registerSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp255 SmallVector<Candidate, 32> Candidates; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp157 SmallSetVector<FrozenIndPHIInfo, 4> Candidates; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp300 SmallVector<PassThroughInfo, 4> Candidates; in avoidSpeculation() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp499 const std::string Candidates[] = { in addLibCxxIncludePaths() local
H A DCuda.cpp146 SmallVector<Candidate, 4> Candidates; in CudaInstallationDetector() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h339 SmallVector<TemplateSpecCandidate, 16> Candidates; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp372 SmallVector<MachineInstr *, 8> Candidates( in removeAccPrimeUnprime() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1058 std::list<VectorInfo> &Candidates, std::list<VectorInfo> &InterleavedLoad, in findPattern()
1263 std::list<VectorInfo> Candidates; in run() local
H A DMachineLICM.cpp484 SmallVectorImpl<CandidateInfo> &Candidates, in ProcessMI()
586 SmallVector<CandidateInfo, 32> Candidates; in HoistRegionPostRA() local
H A DMachineSink.cpp677 SmallVectorImpl<MachineInstr *> &Candidates) { in FindCycleSinkCandidates()
777 SmallVector<MachineInstr *, 8> Candidates; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp182 std::vector<CodeGenRegisterClass *> Candidates; in getSuperRegForSubReg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp350 BitVector Candidates = in loadImmediate() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp756 Sema &SemaRef, unsigned CurrentArg, OverloadCandidate *Candidates, in ProcessOverloadCandidates()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp477 llvm::SmallVector<Candidate, 4> Candidates; in FindExternalVisibleDeclsByName() local

123