Searched refs:MatchFilterBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp753 bool MatchFilterBB = false; (void)MatchFilterBB; local
763 MatchFilterBB = (FilterDAGBasicBlockName.empty() ||
781 if (ViewDAGCombine1 && MatchFilterBB)
803 if (ViewLegalizeTypesDAGs && MatchFilterBB)
827 if (ViewDAGCombineLT && MatchFilterBB)
871 if (ViewDAGCombineLT && MatchFilterBB)
892 if (ViewLegalizeDAGs && MatchFilterBB)
911 if (ViewDAGCombine2 && MatchFilterBB)
934 if (ViewISelDAGs && MatchFilterBB)
[all...]

Completed in 112 milliseconds