Searched refs:getCallAnnotation (Results 1 – 3 of 3) sorted by relevance
56 static bool getCallAnnotation(Module &M, const CallSite &CS, int *annotation);
868 bool MagicUtil::getCallAnnotation(Module &M, const CallSite &CS, int *annotation) in getCallAnnotation() function in llvm::MagicUtil
1023 else if(MagicUtil::getCallAnnotation(M, CS, &annotation) in runOnModule()