Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1574 bool GAInst = isInstrumented(&GA), FInst = isInstrumented(F); in runImpl() local
1575 if (GAInst && FInst) { in runImpl()
1577 } else if (GAInst != FInst) { in runImpl()