Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp280 CallBase &CB, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp158 std::vector<Value *> Candidates = ReferencedVals.takeVector(); in opportunities() local
195 opportunities(F, [&](Use &Op, ArrayRef<Value *> Candidates) { in extractOperandsFromModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp176 std::forward_list<StoreToLoadForwardingCandidate> Candidates; in findStoreToLoadDependences() local
259 std::forward_list<StoreToLoadForwardingCandidate> &Candidates) { in removeDependencesFromMultipleStores()
326 const SmallVectorImpl<StoreToLoadForwardingCandidate> &Candidates) { in findPointersWrittenOnForwardingPath()
381 const SmallVectorImpl<StoreToLoadForwardingCandidate> &Candidates) { in collectMemchecks()
502 SmallVector<StoreToLoadForwardingCandidate, 4> Candidates; in processLoop() local
H A DGVNHoist.cpp1008 unsigned GVNHoist::rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw()
1048 unsigned GVNHoist::removeAndReplace(const SmallVecInsn &Candidates, in removeAndReplace()
H A DNaryReassociate.cpp560 auto &Candidates = Pos->second; in findClosestMatchingDominator() local
H A DStraightLineStrengthReduce.cpp248 std::list<Candidate> Candidates; member in __anon929fb7df0111::StraightLineStrengthReduce
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp351 auto Candidates = scoreCandidates(Filename); in chooseProxy() local
393 DenseMap<size_t, int> Candidates; // Index -> score. in scoreCandidates() local
414 std::pair<size_t, int> pickWinner(const DenseMap<size_t, int> &Candidates, in pickWinner()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp239 SmallPtrSetImpl<VPValue *> &Candidates, in getBest()
315 SmallPtrSet<VPValue *, 4> Candidates; in reorderMultiNodeOps() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h139 void registerSymbols(FunctionCandidatesMap Candidates, JITDylib *JD) { in registerSymbols()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp128 SmallVector<FrozenIndPHIInfo, 4> Candidates; in run() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp286 BitVector &Candidates, in findSurvivorReg()
531 BitVector Candidates = TRI->getAllocatableSet(MF, RC); in scavengeRegister() local
H A DInterleavedLoadCombinePass.cpp1052 std::list<VectorInfo> &Candidates, std::list<VectorInfo> &InterleavedLoad, in findPattern()
1261 std::list<VectorInfo> Candidates; in run() local
H A DMachineLICM.cpp427 SmallVectorImpl<CandidateInfo> &Candidates) { in ProcessMI()
522 SmallVector<CandidateInfo, 32> Candidates; in HoistRegionPostRA() local
H A DMachineSink.cpp385 SmallVectorImpl<MachineInstr *> &Candidates) { in FindCycleSinkCandidates()
478 SmallVector<MachineInstr *, 8> Candidates; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp475 const std::string Candidates[] = { in addLibCxxIncludePaths() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp255 SmallVector<Candidate, 32> Candidates; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplateDeduction.h327 SmallVector<TemplateSpecCandidate, 16> Candidates; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp317 SmallVector<PassThroughInfo, 4> Candidates; in avoidSpeculation() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp373 SmallVector<MachineInstr *, 8> Candidates( in removeAccPrimeUnprime() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp350 BitVector Candidates = in loadImmediate() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp749 Sema &SemaRef, unsigned CurrentArg, OverloadCandidate *Candidates, in ProcessOverloadCandidates()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp375 std::vector<CodeGenRegisterClass *> Candidates; in getSuperRegForSubReg() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTMerger.cpp480 llvm::SmallVector<Candidate, 4> Candidates; in FindExternalVisibleDeclsByName() local
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DOptTable.cpp195 SmallVector<StringRef, 8> Candidates; in suggestValueCompletions() local

12