Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2841 bool AllLoadsStores = true; in visitAllocaInst() local
2851 AllLoadsStores = false; in visitAllocaInst()
2854 if (AllLoadsStores) { in visitAllocaInst()