Home
last modified time | relevance | path

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

123

/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 computeVTableInfos(const CallBase * CB,VTableGUIDCountsMap & GUIDCountsMap,std::vector<PromotionCandidate> & Candidates) computeVTableInfos() argument
632 tryToPromoteWithFuncCmp(CallBase & CB,Instruction * VPtr,ArrayRef<PromotionCandidate> Candidates,uint64_t TotalCount,ArrayRef<InstrProfValueData> ICallProfDataRef,uint32_t NumCandidates,VTableGUIDCountsMap & VTableGUIDCounts) tryToPromoteWithFuncCmp() argument
713 tryToPromoteWithVTableCmp(CallBase & CB,Instruction * VPtr,ArrayRef<PromotionCandidate> Candidates,uint64_t TotalFuncCount,uint32_t NumCandidates,MutableArrayRef<InstrProfValueData> ICallProfDataRef,VTableGUIDCountsMap & VTableGUIDCounts) tryToPromoteWithVTableCmp() argument
839 isProfitableToCompareVTables(const CallBase & CB,ArrayRef<PromotionCandidate> Candidates,uint64_t TotalCount) isProfitableToCompareVTables() argument
[all...]
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp159 auto Candidates = ReferencedVals.takeVector(); in opportunities() local
202 opportunities(F, [&](Use &Op, ArrayRef<Value *> Candidates) { in extractOperandsFromModule()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStandaloneEmptyCheck.cpp128 auto Candidates = MemberCall->getRecordDecl()->lookupDependentName( in check() local
177 auto Candidates = in check() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp184 std::forward_list<StoreToLoadForwardingCandidate> Candidates; findStoreToLoadDependences() local
269 removeDependencesFromMultipleStores(std::forward_list<StoreToLoadForwardingCandidate> & Candidates) removeDependencesFromMultipleStores() argument
336 findPointersWrittenOnForwardingPath(const SmallVectorImpl<StoreToLoadForwardingCandidate> & Candidates) findPointersWrittenOnForwardingPath() argument
392 collectMemchecks(const SmallVectorImpl<StoreToLoadForwardingCandidate> & Candidates) collectMemchecks() argument
525 SmallVector<StoreToLoadForwardingCandidate, 4> Candidates; processLoop() local
[all...]
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCodeExtractorTest.cpp59 SmallVector<BasicBlock *, 3> Candidates{ getBlockByName(Func, "header"), TEST() local
107 SmallVector<BasicBlock *, 3> Candidates{getBlockByName(Func, "header"), TEST() local
167 SmallVector<BasicBlock *, 3> Candidates{ getBlockByName(Func, "test0"), TEST() local
224 SmallVector<BasicBlock *, 3> Candidates{ getBlockByName(Func, "test0"), TEST() local
[all...]
/llvm-project/bolt/include/bolt/Passes/
H A DReachingDefOrUse.h41 bool isReachedBy(MCPhysReg Reg, ExprIterator Candidates) { in isReachedBy()
H A DDominatorAnalysis.h47 SmallSetVector<ProgramPoint, 4> Candidates; in getDominanceFrontierFor() local
/llvm-project/bolt/lib/Passes/
H A DStackReachingUses.cpp37 ExprIterator Candidates, in isStoreUsed()
H A DIdenticalCodeFolding.cpp408 __anon52bbb5e20802(std::set<BinaryFunction *> &Candidates) runOnFunctions() argument
[all...]
/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()
/llvm-project/clang-tools-extra/clangd/
H A DHeaderSourceSwitch.cpp80 llvm::StringMap<int> Candidates; // Target path => score. in getCorrespondingHeaderOrSource() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp239 SmallPtrSetImpl<VPValue *> &Candidates, in getBest()
315 SmallPtrSet<VPValue *, 4> Candidates; in reorderMultiNodeOps() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h139 void registerSymbols(FunctionCandidatesMap Candidates, JITDylib *JD) { in registerSymbols()
/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp157 SmallSetVector<FrozenIndPHIInfo, 4> Candidates; in run() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp300 SmallVector<PassThroughInfo, 4> Candidates; avoidSpeculation() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp255 SmallVector<Candidate, 32> Candidates; in runOnMachineFunction() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp499 const std::string Candidates[] = { addLibCxxIncludePaths() local
/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h339 SmallVector<TemplateSpecCandidate, 16> Candidates; global() variable
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp372 SmallVector<MachineInstr *, 8> Candidates( removeAccPrimeUnprime() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp396 std::vector<const FunctionDecl *> Candidates; in findCandidateCallOperators() local
461 std::vector<const FunctionDecl *> Candidates = in getCallOperator() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp182 std::vector<CodeGenRegisterClass *> Candidates; getSuperRegForSubReg() local
/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1058 findPattern(std::list<VectorInfo> & Candidates,std::list<VectorInfo> & InterleavedLoad,unsigned Factor,const DataLayout & DL) findPattern() argument
1263 std::list<VectorInfo> Candidates; run() local
[all...]
/llvm-project/polly/lib/Transform/
H A DForwardOpTree.cpp526 isl::union_map Candidates = findSameContentElements(TranslatedExpectedVal); in forwardKnownLoad() local
634 isl::union_map Candidates = findSameContentElements(TranslatedExpectedVal); in reloadKnownContent() local
/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp350 BitVector Candidates = loadImmediate() local

123