Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1558 bool GAInst = isInstrumented(&GA), FInst = isInstrumented(F); in runImpl() local
1559 if (GAInst && FInst) { in runImpl()
1561 } else if (GAInst != FInst) { in runImpl()