Home
last modified time | relevance | path

Searched refs:SCT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCaptureTracking.cpp251 SimpleCaptureTracker SCT(EphValues, ReturnCaptures); in PointerMayBeCaptured() local
252 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()
253 if (SCT.Captured) in PointerMayBeCaptured()
257 return SCT.Captured; in PointerMayBeCaptured()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp3433 static void PrintDLLStorageClass(GlobalValue::DLLStorageClassTypes SCT, in PrintDLLStorageClass() argument
3435 switch (SCT) { in PrintDLLStorageClass()