Uses of Class
cfg.CallInst

Packages that use CallInst
cfg   
opt   
 

Uses of CallInst in cfg
 

Subclasses of CallInst in cfg
 class DirCallInst
          A class representing a three-address code indirect call instruction (DirCallInst).
 class InDirCallInst
          A class representing a three-address code indirect call instruction (InDirCallInst).
 

Methods in cfg with parameters of type CallInst
protected  ReturnType TACInstClassVisitorSkeleton.visitCallInst(CallInst inst, ArgumentType o)
           
 

Uses of CallInst in opt
 

Methods in opt with parameters of type CallInst
static boolean Optimizer.isCallToBuiltIn(CallInst inst)
          Returns true, if given call instruction calls a method in a built-in class.