Home
last modified time | relevance | path

Searched refs:LocKind (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1014 enum class LocKind { Mem, Val, None }; enum in __anon8b6cc4990211::AssignmentTrackingLowering
1100 using LocMap = SmallVector<LocKind>;
1130 void emitDbgValue(LocKind Kind, AssignRecord Source, VarLocInsertPt After);
1132 void emitDbgValue(LocKind Kind, const T Source, VarLocInsertPt After);
1189 LocKind getLocKind(VariableID Var) const { in getLocKind()
1196 void setLocKind(VariableID Var, LocKind K) { in setLocKind()
1245 LiveLoc.insert(LiveLoc.begin(), NumVars, LocKind::None); in init()
1336 static LocKind joinKind(LocKind A, LocKind B);
1369 void setLocKind(BlockInfo *LiveSet, VariableID Var, LocKind K);
1372 LocKind getLocKind(BlockInfo *LiveSet, VariableID Var);
[all …]
/src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h39 StorageLocation(Kind LocKind, QualType Type) : LocKind(LocKind), Type(Type) { in StorageLocation() argument
51 Kind getKind() const { return LocKind; } in getKind()
56 Kind LocKind;
/src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp559 MachineLocKind LocKind = Locs[I].Kind; in BuildDbgValue() local
562 switch (LocKind) { in BuildDbgValue()