Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp954 auto IsInvariantStart = [&](Instruction &I) { in hoistRegion() local
963 if ((IsInvariantStart(I) || isGuard(&I)) && in hoistRegion()