Interface InterprocAnalysisResult<I,​T extends IBasicBlock<I>>


  • public interface InterprocAnalysisResult<I,​T extends IBasicBlock<I>>
    Interface to retrieve the result of the interprocedural analysis.
    • Method Detail

      • containsResult

        boolean containsResult​(CGNode n)
        Returns true iff an analysis result exists for the given call graph node.