Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp680 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F); in runOnModule() local
681 if (GAInst && FInst) { in runOnModule()
683 } else if (GAInst != FInst) { in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp786 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F); in runOnModule() local
787 if (GAInst && FInst) { in runOnModule()
789 } else if (GAInst != FInst) { in runOnModule()