Searched refs:hasBranchDivergence (Results 1 – 13 of 13) sorted by relevance
201 bool hasBranchDivergence; member in __anon3ab403ad0111::LoopUnswitch206 explicit LoopUnswitch(bool Os = false, bool hasBranchDivergence = false) in LoopUnswitch() argument208 hasBranchDivergence(hasBranchDivergence) { in LoopUnswitch()226 if (hasBranchDivergence) in getAnalysisUsage()399 Pass *llvm::createLoopUnswitchPass(bool Os, bool hasBranchDivergence) { in INITIALIZE_PASS_DEPENDENCY()400 return new LoopUnswitch(Os, hasBranchDivergence); in INITIALIZE_PASS_DEPENDENCY()892 if (hasBranchDivergence && in UnswitchIfProfitable()
154 if (OnlyIfDivergentTarget && !TTI->hasBranchDivergence()) { in runImpl()
43 bool hasBranchDivergence() { return true; } in hasBranchDivergence() function
180 bool hasBranchDivergence = false);
91 bool hasBranchDivergence() { in hasBranchDivergence() function
138 bool hasBranchDivergence() { return true; } in hasBranchDivergence() function
343 bool hasBranchDivergence() const;1200 virtual bool hasBranchDivergence() = 0;1454 bool hasBranchDivergence() override { return Impl.hasBranchDivergence(); } in hasBranchDivergence() function
153 bool hasBranchDivergence() { return false; } in hasBranchDivergence() function
330 if (!TTI.hasBranchDivergence()) in runOnFunction()
211 bool TargetTransformInfo::hasBranchDivergence() const { in hasBranchDivergence() function in TargetTransformInfo212 return TTIImpl->hasBranchDivergence(); in hasBranchDivergence()
819 if (TTI.hasBranchDivergence()) in CodeGenAndEmitDAG()841 if (TTI.hasBranchDivergence()) in CodeGenAndEmitDAG()865 if (TTI.hasBranchDivergence()) in CodeGenAndEmitDAG()914 if (TTI.hasBranchDivergence()) in CodeGenAndEmitDAG()929 if (TTI.hasBranchDivergence()) in CodeGenAndEmitDAG()949 if (TTI.hasBranchDivergence()) in CodeGenAndEmitDAG()
208 bool hasBranchDivergence() { return false; } in hasBranchDivergence() function
4918 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF()