Home
last modified time | relevance | path

Searched defs:Var (Results 1 – 25 of 157) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp138 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 DCNFFormula.cpp132 Variable Var = NextVar; in buildCNF() local
170 const Variable Var = GetVar(F); in buildCNF() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp70 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()
371 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue()
447 for (const auto &Var : I->second) { in clobberRegisterUses() local
485 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() local
577 const InlinedEntity &Var = VarRangePair.first; in dump() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp95 DebugVariable Var(MI.getDebugVariable(), std::nullopt, in reduceDbgValsForwardScan() local
134 for (auto &Var : VariableMap) { in reduceDbgValsForwardScan() local
166 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan() local
H A DAssignmentTrackingAnalysis.cpp139 void addSingleLocVar(DebugVariable Var, DIExpression *Expr, DebugLoc DL, in addSingleLocVar()
150 void addVarLoc(VarLocInsertPt Before, DebugVariable Var, DIExpression *Expr, in addVarLoc()
331 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate()
396 unsigned Var; member
621 void insertMemLoc(BasicBlock &BB, VarLocInsertPt Before, unsigned Var, in insertMemLoc()
643 void coalesceFragments(BasicBlock &BB, VarLocInsertPt Before, unsigned Var, in coalesceFragments()
674 unsigned Var = Aggregates.insert( in addDef() local
974 DebugVariable Var(Aggregates[FragMemLoc.Var].first, Expr, in run() local
1284 VariableID getVariableID(const DebugVariable &Var) { in getVariableID()
1380 void AssignmentTrackingLowering::touchFragment(VariableID Var) { in touchFragment()
[all …]
H A DMachineCheckDebugify.cpp83 unsigned Var = ~0U; in runOnModule() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp102 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 DSSAUpdaterBulk.cpp41 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 DMemoryOpRemark.cpp314 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/llvm/lib/IR/
H A DDroppedVariableStats.cpp56 for (VarID Var : DebugVariablesBeforeSet) { in calculateDroppedStatsAndPrint() local
72 DenseMap<VarID, DILocation *> &InlinedAtsMap, VarID Var, in updateDroppedCount() argument
110 void DroppedVariableStats::removeVarFromAllSets(VarID Var, const Function *F) { in removeVarFromAllSets()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp78 if (const auto *Var = dyn_cast<VarInit>(&I)) { in translateInit() local
84 if (const auto *Var = dyn_cast<VarInit>(VarBit->getBitVar())) { in translateInit() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp66 llvm::GlobalVariable *Var; member
147 void registerDeviceVar(const VarDecl *VD, llvm::GlobalVariable &Var, in registerDeviceVar()
155 void registerDeviceSurf(const VarDecl *VD, llvm::GlobalVariable &Var, in registerDeviceSurf()
163 void registerDeviceTex(const VarDecl *VD, llvm::GlobalVariable &Var, in registerDeviceTex()
551 static void replaceManagedVar(llvm::GlobalVariable *Var, in replaceManagedVar()
682 llvm::GlobalVariable *Var = Info.Var; in makeRegisterGlobalsFn() local
1162 llvm::GlobalVariable *Var = Info.Var; in transformManagedVars() local
1319 auto *Var = new llvm::GlobalVariable( in getKernelHandle() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpander.cpp51 StringRef Var; in emit() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyExternalSymbolDumper.cpp25 while (auto Var = Vars->getNext()) in start() local
H A DPrettyVariableDumper.cpp39 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/DebugInfo/PDB/DIA/
H A DDIAEnumTables.cpp26 VARIANT Var; in getChildAtIndex() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp272 const VarDecl *Var; member
306 const VarDecl *Var; member
316 PropagationInfo(const VarDecl *Var, ConsumedState TestsFor) in PropagationInfo()
345 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {} in PropagationInfo()
826 if (const auto *Var = dyn_cast_or_null<VarDecl>(DeclRef->getDecl())) in VisitDeclRefExpr() local
837 if (const auto *Var = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl())) in VisitDeclStmt() local
909 void ConsumedStmtVisitor::VisitVarDecl(const VarDecl *Var) { in VisitVarDecl()
1171 void ConsumedStateMap::setState(const VarDecl *Var, ConsumedState State) { in setState()
1358 const VarDecl *Var = DTor.getVarDecl(); in run() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.h37 void *Var; global() member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp115 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 DInstrRefBasedImpl.h52 DebugVariableID getDVID(const DebugVariable &Var) const { in getDVID()
58 DebugVariableID insertDVID(DebugVariable &Var, const DILocation *Loc) { in insertDVID()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp49 std::string Var = Env->getName(); in getSourceFileFullPath() local
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp52 void *Var; member
186 OptionType Type, void *Var) { in registerOption()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp142 void TestAfterDivZeroChecker::setDivZeroMap(SVal Var, CheckerContext &C) const { in setDivZeroMap()
153 bool TestAfterDivZeroChecker::hasDivZeroMap(SVal Var, in hasDivZeroMap()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h147 DIVariable *Var; variable
157 SDDbgValue(BumpPtrAllocator &Alloc, DIVariable *Var, DIExpression *Expr, in SDDbgValue()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h624 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
737 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
764 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } in isCaptured()
771 Capture &getCapture(ValueDecl *Var) { in getCapture()
776 const Capture &getCapture(ValueDecl *Var) const { in getCapture()

1234567