Searched refs:GAInst (Results 1 – 2 of 2) sorted by relevance
680 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F); in runOnModule() local681 if (GAInst && FInst) { in runOnModule()683 } else if (GAInst != FInst) { in runOnModule()
786 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F); in runOnModule() local787 if (GAInst && FInst) { in runOnModule()789 } else if (GAInst != FInst) { in runOnModule()