Home
last modified time | relevance | path

Searched refs:HasCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp256 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
271 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
272 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
280 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
281 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
H A DHexagonFrameLowering.cpp858 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local
864 HasCall = true; in findCFILocation()
867 return HasCall ? It : std::next(It); in findCFILocation()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp245 bool HasCall = false; in getUnrollingPreferences() local
253 HasCall = true; in getUnrollingPreferences()
258 HasCall = true; in getUnrollingPreferences()
272 if (HasCall) { in getUnrollingPreferences()