Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp544 bool hasLoadSizeForFastPath(uint64_t Size);
923 bool DataFlowSanitizer::hasLoadSizeForFastPath(uint64_t Size) { in hasLoadSizeForFastPath() function in DataFlowSanitizer
2129 return Alignment < MinOriginAlignment || !DFS.hasLoadSizeForFastPath(Size); in useCallbackLoadLabelAndOrigin()
2312 bool HasSizeForFastPath = DFS.hasLoadSizeForFastPath(Size); in loadShadowOriginSansLoadTracking()