Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp870 static GlobalVariable *magicAnnotationVar = NULL; in getCallAnnotation() local
873 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()