Searched refs:FilterEdge (Results 1 – 2 of 2) sorted by relevance
785 static bool FilterEdge(const FilterOptions &F, const CFGBlock *Src,815 return IsPred ? FilterEdge(F, To, From) : FilterEdge(F, From, To); in Filter()
4760 bool CFGBlock::FilterEdge(const CFGBlock::FilterOptions &F, in FilterEdge() function in CFGBlock