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