Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp943 auto IsInvariantStart = [&](Instruction &I) { in hoistRegion() local
952 if ((IsInvariantStart(I) || isGuard(&I)) && in hoistRegion()