/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 138 for (Variable Var = CNF.largestVar(); Var != NullVar; --Var) { in WatchedLiteralsSolverImpl() local 189 const Variable Var = LevelVars[Level]; in solve() local 265 const Variable Var = LevelVars[Level]; in reverseForcedMoves() local 278 const Variable Var = LevelVars[Level]; in updateWatchedLiterals() local 375 return llvm::all_of(ActiveVars, [this](Variable Var) { in activeVarsAreUnassigned() 383 return llvm::all_of(ActiveVars, [&WatchedLiterals](Variable Var) { in activeVarsFormWatchedLiterals() 395 const Variable Var = var(Lit); in unassignedVarsFormingWatchedLiteralsAreActive() local
|
H A D | CNFFormula.cpp | 133 Variable Var = NextVar; in buildCNF() local 171 const Variable Var = GetVar(F); in buildCNF() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 70 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue() 90 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber() 304 InlinedEntity Var) { in dropRegDescribedVar() 318 InlinedEntity Var) { in addRegDescribedVar() 329 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries() 370 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue() 434 for (const auto &Var : I->second) { in clobberRegisterUses() local 475 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() local 568 const InlinedEntity &Var = VarRangePair.first; in dump() local
|
H A D | DwarfCompileUnit.cpp | 970 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); in constructVariableDIE() local 989 static SmallVector<const DIVariable *, 2> dependencies(DbgVariable *Var) { in dependencies() 1046 for (auto *Var : reverse(Input)) { in sortLocalVars() local 1054 DbgVariable *Var = Item.getPointer(); in sortLocalVars() local 1084 if (DbgVariable *Var = DbgVar.lookup(Dep)) in sortLocalVars() local 1441 if (const DbgVariable *Var = dyn_cast<const DbgVariable>(Entity)) in finishEntityDefinition() local 1632 void DwarfCompileUnit::applyCommonDbgVariableAttributes(const DbgVariable &Var, in applyCommonDbgVariableAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RemoveRedundantDebugValues.cpp | 92 DebugVariable Var(MI.getDebugVariable(), std::nullopt, in reduceDbgValsForwardScan() local 131 for (auto &Var : VariableMap) { in reduceDbgValsForwardScan() local 163 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan() local
|
H A D | AssignmentTrackingAnalysis.cpp | 138 void addSingleLocVar(DebugVariable Var, DIExpression *Expr, DebugLoc DL, in addSingleLocVar() 149 void addVarLoc(VarLocInsertPt Before, DebugVariable Var, DIExpression *Expr, in addVarLoc() 332 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate() 398 unsigned Var; member 623 void insertMemLoc(BasicBlock &BB, VarLocInsertPt Before, unsigned Var, in insertMemLoc() 645 void coalesceFragments(BasicBlock &BB, VarLocInsertPt Before, unsigned Var, in coalesceFragments() 676 unsigned Var = Aggregates.insert( in addDef() local 976 DebugVariable Var(Aggregates[FragMemLoc.Var].first, Expr, in run() local 1308 VariableID getVariableID(const DebugVariable &Var) { in getVariableID() 1405 void AssignmentTrackingLowering::touchFragment(VariableID Var) { in touchFragment() [all …]
|
H A D | MachineCheckDebugify.cpp | 83 unsigned Var = ~0U; in runOnModule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ASanStackFrameLayout.cpp | 102 for (const auto &Var : Vars) { in ComputeASanStackFrameDescription() local 122 for (const auto &Var : Vars) { in GetShadowBytes() local 139 for (const auto &Var : Vars) { in GetShadowBytesAfterScope() local
|
H A D | SSAUpdaterBulk.cpp | 41 unsigned Var = Rewrites.size(); in AddVariable() local 51 void SSAUpdaterBulk::AddAvailableValue(unsigned Var, BasicBlock *BB, Value *V) { in AddAvailableValue() 61 void SSAUpdaterBulk::AddUse(unsigned Var, Use *U) { in AddUse()
|
H A D | MemoryOpRemark.cpp | 314 VariableInfo Var{nameOrNone(GV), Size}; in visitVariable() local 327 VariableInfo Var{DILV->getName(), DISize}; in visitVariable() local 350 VariableInfo Var{nameOrNone(AI), Size}; in visitVariable() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 61 llvm::GlobalVariable *Var; member 139 void registerDeviceVar(const VarDecl *VD, llvm::GlobalVariable &Var, in registerDeviceVar() 147 void registerDeviceSurf(const VarDecl *VD, llvm::GlobalVariable &Var, in registerDeviceSurf() 155 void registerDeviceTex(const VarDecl *VD, llvm::GlobalVariable &Var, in registerDeviceTex() 489 static void replaceManagedVar(llvm::GlobalVariable *Var, in replaceManagedVar() 620 llvm::GlobalVariable *Var = Info.Var; in makeRegisterGlobalsFn() local 1097 llvm::GlobalVariable *Var = Info.Var; in transformManagedVars() local 1237 auto *Var = new llvm::GlobalVariable( in getKernelHandle() local
|
H A D | VarBypassDetector.cpp | 75 if (const VarDecl *Var = cast<SwitchStmt>(S)->getConditionVariable()) { in BuildScopeInformation() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | CodeExpander.cpp | 51 StringRef Var; in emit() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyExternalSymbolDumper.cpp | 25 while (auto Var = Vars->getNext()) in start() local
|
H A D | PrettyVariableDumper.cpp | 39 void VariableDumper::start(const PDBSymbolData &Var, uint32_t Offset) { in start() 103 void VariableDumper::start(const PDBSymbolTypeVTable &Var, uint32_t Offset) { in start()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 80 } else if (auto *Var = dyn_cast<VarInit>(&I)) { in translateInit() local 85 if (auto *Var = dyn_cast<VarInit>(VarBit->getBitVar())) { in translateInit() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIAEnumTables.cpp | 26 VARIANT Var; in getChildAtIndex() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | flags_parser.h | 37 void *Var; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.cpp | 115 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues() local 133 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 51 DebugVariableID getDVID(const DebugVariable &Var) const { in getDVID() 57 DebugVariableID insertDVID(DebugVariable &Var, const DILocation *Loc) { in insertDVID()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 50 std::string Var = Env->getName(); in getSourceFileFullPath() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | options_parser.cpp | 52 void *Var; member 186 OptionType Type, void *Var) { in registerOption()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 146 DIVariable *Var; variable 156 SDDbgValue(BumpPtrAllocator &Alloc, DIVariable *Var, DIExpression *Expr, in SDDbgValue()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 624 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() 731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() 758 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } in isCaptured() 765 Capture &getCapture(ValueDecl *Var) { in getCapture() 770 const Capture &getCapture(ValueDecl *Var) const { in getCapture()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 107 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry()
|