Searched refs:hasBranchDivergence (Results 1 – 8 of 8) sorted by relevance
51 bool hasBranchDivergence() { return true; } in hasBranchDivergence() function
74 bool hasBranchDivergence() { return true; } in hasBranchDivergence() function
211 bool hasBranchDivergence() const;645 virtual bool hasBranchDivergence() = 0;783 bool hasBranchDivergence() override { return Impl.hasBranchDivergence(); } in hasBranchDivergence() function
160 bool hasBranchDivergence() { return false; } in hasBranchDivergence() function
150 if (OnlyIfDivergentTarget && !TTI->hasBranchDivergence()) { in runOnFunction()
92 bool TargetTransformInfo::hasBranchDivergence() const { in hasBranchDivergence() function in TargetTransformInfo93 return TTIImpl->hasBranchDivergence(); in hasBranchDivergence()
293 if (!TTI.hasBranchDivergence()) in runOnFunction()
114 bool hasBranchDivergence() { return false; } in hasBranchDivergence() function