Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp789 bool NeedsMemMove = false; in instrumentMemInst() local
810 NeedsMemMove = isa<MemMoveInst>(MTI); in instrumentMemInst()
858 if (NeedsMemMove) { in instrumentMemInst()