Searched refs:hasBranchDivergence (Results 1 – 7 of 7) sorted by relevance
51 bool hasBranchDivergence() { return true; } in hasBranchDivergence() function
202 bool hasBranchDivergence() const;563 virtual bool hasBranchDivergence() = 0;677 bool hasBranchDivergence() override { return Impl.hasBranchDivergence(); } in hasBranchDivergence() function
161 bool hasBranchDivergence() { return false; } in hasBranchDivergence() function
82 bool TargetTransformInfo::hasBranchDivergence() const { in hasBranchDivergence() function in TargetTransformInfo83 return TTIImpl->hasBranchDivergence(); in hasBranchDivergence()
284 if (!TTI.hasBranchDivergence()) in runOnFunction()
109 bool hasBranchDivergence() { return false; } in hasBranchDivergence() function