Home
last modified time | relevance | path

Searched defs:VarID (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h48 VariableID VarID = Loc->VariableID; getDILocalVariable() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp250 DebugVariableID VarID; member
359 DebugVariableID VarID, DbgValue Value) { in loadVarInloc()
514 void addUseBeforeDef(DebugVariableID VarID, in addUseBeforeDef()
651 bool recoverAsEntryValue(DebugVariableID VarID, in recoverAsEntryValue()
697 DebugVariableID VarID = DVMap.getDVID(Var); in redefVar() local
736 DebugVariableID VarID = DVMap.getDVID(Var); in redefVar() local
834 for (DebugVariableID VarID : ActiveMLocIt->second) { in clobberMloc() local
847 for (DebugVariableID VarID : ActiveMLocIt->second) { in clobberMloc() local
905 for (DebugVariableID VarID : NewMLocs) in clobberMloc() local
929 for (DebugVariableID VarID : MovingVars) { in transferMlocs() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h177 IdentifierInfo *VarID; member
245 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity()
426 static InitializedEntity InitializeLambdaCapture(IdentifierInfo *VarID, in InitializeLambdaCapture()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp350 lltok::Kind LLLexer::LexVar(lltok::Kind Var, lltok::Kind VarID) { in LexVar()
H A DLLParser.cpp803 unsigned VarID; in parseUnnamedGlobal() local
1513 unsigned VarID = Lex.getUIntVal(); in parseUnnamedAttrGrp() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp423 std::string VarID = constructDieID(Die, VarPrefix); in collectStatsForDie() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp780 unsigned VarID = SSA.AddVariable(I.getName(), I.getType()); in rebuildSSA() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1136 return llvm::all_of(Mask.set_bits(), [&](unsigned VarID) { in mapsAreEqual()
1280 for (auto VarID : Intersect.set_bits()) { in join() local