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