Searched refs:magicAnnotationVar (Results 1 – 1 of 1) sorted by relevance
870 static GlobalVariable *magicAnnotationVar = NULL; in getCallAnnotation() local873 if(!magicAnnotationVar) { in getCallAnnotation()874 magicAnnotationVar = M.getNamedGlobal(MAGIC_CALL_ANNOTATION_VAR_NAME); in getCallAnnotation()875 assert(magicAnnotationVar); in getCallAnnotation()892 if(SI->getOperand(1) == magicAnnotationVar) { in getCallAnnotation()