Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1140 static bool liesBetween(const Instruction *From, Instruction *Between, in liesBetween() function
1187 if (liesBetween(OtherAccess, I, Load, DT)) { in reportMayClobberedLoad()
1189 } else if (!liesBetween(I, OtherAccess, Load, DT)) { in reportMayClobberedLoad()