Searched refs:enableIndirectBrExpand (Results 1 – 4 of 4) sorted by relevance
41 bool TargetSubtargetInfo::enableIndirectBrExpand() const { in enableIndirectBrExpand() function in TargetSubtargetInfo
84 if (!STI.enableIndirectBrExpand()) in runOnFunction()
178 virtual bool enableIndirectBrExpand() const;
807 bool enableIndirectBrExpand() const override { return useRetpoline(); } in enableIndirectBrExpand() function