/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.h | 37 SmallPtrSet<GlobalObject *, 2> Used; variable 210 SmallPtrSet<GlobalObject *, 2> Used; global() variable
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedUsingDeclsCheck.cpp | 137 if (const auto *ECD = dyn_cast<EnumConstantDecl>(Used)) { in check() local 118 __anon8637da2f0202(const NamedDecl *Used) check() argument 154 if (const auto *Used = Result.Nodes.getNodeAs<TemplateArgument>("used")) { check() local [all...] |
H A D | IncludeCleanerCheck.cpp | 117 llvm::DenseSet<const include_cleaner::Include *> Used; check() local
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceSpecialGlobals.cpp | 35 if (auto *Used = Program.getNamedGlobal(Name)) { in extractSpecialGlobalsFromModule() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolTableEntry.h | 35 bool Used = false; member
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionImportUtils.h | 57 SmallPtrSet<GlobalValue *, 4> Used; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unused-value.cpp | 59 struct Used { struct 63 ~Used() {} in ~Used()
|
/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.h | 26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, global() enumerator
|
H A D | IRSymtab.cpp | 145 SmallPtrSet<GlobalValue *, 4> Used(UsedV.begin(), UsedV.end()); addModule() local 224 addSymbol(const ModuleSymbolTable & Msymtab,const SmallPtrSet<GlobalValue *,4> & Used,ModuleSymbolTable::Symbol Msym) addSymbol() argument
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
H A D | SymbolInfo.h | 60 unsigned Used = 0; member
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | LivenessAnalysis.h | 130 BitVector Used = BitVector(NumRegs, false); in computeNext() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 188 SmallVector<GlobalValue *, 4> Used; in internalizeModule() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseUtil.cpp | 163 unsigned SampleCoverageTracker::computeCoverage(unsigned Used, in computeCoverage()
|
/llvm-project/llvm/include/llvm/ |
H A D | PassAnalysisSupport.h | 59 SmallVector<AnalysisID, 0> Used; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 30 enum IVarState { Unused, Used }; enumerator
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | Analysis.cpp | 86 llvm::DenseSet<const Include *> Used; in analyze() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 339 areCompatibleVTYPEs(uint64_t CurVType,uint64_t NewVType,const DemandedFields & Used) areCompatibleVTYPEs() argument 729 hasCompatibleVTYPE(const DemandedFields & Used,const VSETVLIInfo & Require) const hasCompatibleVTYPE() argument 737 isCompatible(const DemandedFields & Used,const VSETVLIInfo & Require,const LiveIntervals * LIS) const isCompatible() argument 1176 needVSETVLI(const DemandedFields & Used,const VSETVLIInfo & Require,const VSETVLIInfo & CurInfo) const needVSETVLI() argument 1645 DemandedFields Used; coalesceVSETVLIs() local [all...] |
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 30 size_t Used = 0; global() member [all...] |
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ConvertMemberFunctionsToStatic.cpp | 58 bool Used = false; in AST_MATCHER() member in clang::tidy::readability::AST_MATCHER::FindUsageOfThis
|
/llvm-project/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 54 SmallVector<ResourceUse, 4> Used; in issueInstruction() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 108 Used = ONLY_USED, enumerator
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.h | 73 bool Used = false; member
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 161 uint64_t Used = computeBlockRuns() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterScavenging.cpp | 139 LiveRegUnits Used(TRI); findSurvivorBackwards() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeCleaner.cpp | 371 llvm::DenseSet<IncludeStructure::HeaderID> Used; in computeIncludeCleanerFindings() local
|