Home
last modified time | relevance | path

Searched defs:Used (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h37 SmallPtrSet<GlobalObject *, 2> Used; variable
210 SmallPtrSet<GlobalObject *, 2> Used; global() variable
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp137 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 DIncludeCleanerCheck.cpp117 llvm::DenseSet<const include_cleaner::Include *> Used; check() local
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceSpecialGlobals.cpp35 if (auto *Used = Program.getNamedGlobal(Name)) { in extractSpecialGlobalsFromModule() local
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolTableEntry.h35 bool Used = false; member
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h57 SmallPtrSet<GlobalValue *, 4> Used; variable
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp59 struct Used { struct
63 ~Used() {} in ~Used()
/llvm-project/llvm/lib/Object/
H A DRecordStreamer.h26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, global() enumerator
H A DIRSymtab.cpp145 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 DSymbolInfo.h60 unsigned Used = 0; member
/llvm-project/bolt/include/bolt/Passes/
H A DLivenessAnalysis.h130 BitVector Used = BitVector(NumRegs, false); in computeNext() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp188 SmallVector<GlobalValue *, 4> Used; in internalizeModule() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp163 unsigned SampleCoverageTracker::computeCoverage(unsigned Used, in computeCoverage()
/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h59 SmallVector<AnalysisID, 0> Used; variable
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp30 enum IVarState { Unused, Used }; enumerator
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DAnalysis.cpp86 llvm::DenseSet<const Include *> Used; in analyze() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp339 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 DMicrosoftDemangle.h30 size_t Used = 0; global() member
[all...]
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DConvertMemberFunctionsToStatic.cpp58 bool Used = false; in AST_MATCHER() member in clang::tidy::readability::AST_MATCHER::FindUsageOfThis
/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp54 SmallVector<ResourceUse, 4> Used; in issueInstruction() local
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h108 Used = ONLY_USED, enumerator
/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h73 bool Used = false; member
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp161 uint64_t Used = computeBlockRuns() local
/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp139 LiveRegUnits Used(TRI); findSurvivorBackwards() local
/llvm-project/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp371 llvm::DenseSet<IncludeStructure::HeaderID> Used; in computeIncludeCleanerFindings() local

123