Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathFinder ¶
type PathFinder struct {
// contains filtered or unexported fields
}
func NewPathFinder ¶
func NewPathFinder() *PathFinder
func (*PathFinder) IsReachableToEntry ¶
func (this *PathFinder) IsReachableToEntry(obstacles []*ssa.BasicBlock, startingPoints []*ssa.BasicBlock, entry *ssa.BasicBlock) bool
Click to show internal directories.
Click to hide internal directories.