/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfileCollector.cpp | 39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get() 51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get()
|
H A D | IndirectCallPromotion.cpp | 508 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 D | ReduceOperandsSkip.cpp | 159 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 D | StandaloneEmptyCheck.cpp | 128 auto Candidates = MemberCall->getRecordDecl()->lookupDependentName( in check() local 177 auto Candidates = in check() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 184 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 D | CodeExtractorTest.cpp | 59 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 D | ReachingDefOrUse.h | 41 bool isReachedBy(MCPhysReg Reg, ExprIterator Candidates) { in isReachedBy()
|
H A D | DominatorAnalysis.h | 47 SmallSetVector<ProgramPoint, 4> Candidates; in getDominanceFrontierFor() local
|
/llvm-project/bolt/lib/Passes/ |
H A D | StackReachingUses.cpp | 37 ExprIterator Candidates, in isStoreUsed()
|
H A D | IdenticalCodeFolding.cpp | 408 __anon52bbb5e20802(std::set<BinaryFunction *> &Candidates) runOnFunctions() argument [all...] |
/llvm-project/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 350 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 D | HeaderSourceSwitch.cpp | 80 llvm::StringMap<int> Candidates; // Target path => score. in getCorrespondingHeaderOrSource() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 239 SmallPtrSetImpl<VPValue *> &Candidates, in getBest() 315 SmallPtrSet<VPValue *, 4> Candidates; in reorderMultiNodeOps() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Speculation.h | 139 void registerSymbols(FunctionCandidatesMap Candidates, JITDylib *JD) { in registerSymbols()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CanonicalizeFreezeInLoops.cpp | 157 SmallSetVector<FrozenIndPHIInfo, 4> Candidates; in run() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAdjustOpt.cpp | 300 SmallVector<PassThroughInfo, 4> Candidates; avoidSpeculation() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNNSAReassign.cpp | 255 SmallVector<Candidate, 32> Candidates; in runOnMachineFunction() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | NetBSD.cpp | 499 const std::string Candidates[] = { addLibCxxIncludePaths() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 339 SmallVector<TemplateSpecCandidate, 16> Candidates; global() variable
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 372 SmallVector<MachineInstr *, 8> Candidates( removeAccPrimeUnprime() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | AvoidBindCheck.cpp | 396 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 D | CodeGenTarget.cpp | 182 std::vector<CodeGenRegisterClass *> Candidates; getSuperRegForSubReg() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1058 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 D | ForwardOpTree.cpp | 526 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 D | Mips16InstrInfo.cpp | 350 BitVector Candidates = loadImmediate() local
|