Fake IRBasicBlock. We create a fake block when there is a function call, and thus, a fake block represents a function. Note, fake blocks do not uniquely represent a function. That is, when there are multiple function calls to the same function, we create a fake block for each of the call sites.
Constructor | Description |
Full Usage:
FakeIRBasicBlock(ppoint, callSiteAddr, ?isTailCall, ?isIndCall)
Parameters:
ProgramPoint
callSiteAddr : Addr
?isTailCall : bool
?isIndCall : bool
Returns: FakeIRBasicBlock
|
|