Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1040 static bool liesBetween(const Instruction *From, Instruction *Between, in liesBetween() function
1087 if (liesBetween(OtherAccess, I, Load, DT)) { in reportMayClobberedLoad()
1089 } else if (!liesBetween(I, OtherAccess, Load, DT)) { in reportMayClobberedLoad()