Package | Description |
---|---|
cfg | |
opt |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
protected ReturnType |
TACInstClassVisitorSkeleton.visitCallInst(CallInst inst,
ArgumentType o) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Optimizer.isCallToBuiltIn(CallInst inst)
Returns true, if given call instruction calls a method in
a built-in class.
|