Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLICM.cpp194 static bool hoistArithmetics(Instruction &I, Loop &L,
990 if (hoistArithmetics(I, *CurLoop, *SafetyInfo, MSSAU, AC, DT)) { in hoistRegion()
2785 static bool hoistArithmetics(Instruction &I, Loop &L, in hoistArithmetics() function