Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp952 auto IsInvariantStart = [&](Instruction &I) { in hoistRegion() local
961 if ((IsInvariantStart(I) || isGuard(&I)) && in hoistRegion()