Home
last modified time | relevance | path

Searched refs:IsForward (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp751 const bool IsForward = BinaryFunction::isForwardBranch(PredBB, BB); in shouldRewriteBranch() local
753 if (IsForward) in shouldRewriteBranch()
762 return IsForward == DirectionFlag; in shouldRewriteBranch()
776 const bool Result = (IsForward && Frequency.get().first >= 0.5) || in shouldRewriteBranch()
777 (!IsForward && Frequency.get().first <= 0.5); in shouldRewriteBranch()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13400 auto DistrubuteVecReduceLoad = [&](SDValue N0, SDValue N1, bool IsForward) { in TryDistrubutionADDVecReduce() argument
13456 } else if (IsForward && IsVecReduce(N0) && IsVecReduce(N1) && in TryDistrubutionADDVecReduce()