Searched refs:FInst (Results 1 – 1 of 1) 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()