Searched refs:GuardDecl (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp46 auto *GuardDecl = F.getParent()->getFunction( local
48 if (!GuardDecl || GuardDecl->use_empty())
61 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv());
H A DMakeGuardsExplicit.cpp71 auto *GuardDecl = F.getParent()->getFunction( local
73 if (!GuardDecl || GuardDecl->use_empty())
86 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv());
H A DLoopPredication.cpp1202 auto *GuardDecl = local
1204 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty();
H A DJumpThreading.cpp369 auto *GuardDecl = F.getParent()->getFunction( local
371 HasGuards = GuardDecl && !GuardDecl->use_empty();
H A DSimpleLoopUnswitch.cpp2553 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( local
2555 if (GuardDecl && !GuardDecl->use_empty())
H A DIndVarSimplify.cpp1995 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( local
1997 bool HasGuards = GuardDecl && !GuardDecl->use_empty();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp843 auto *GuardDecl = BBI->getModule()->getFunction( local
845 if (!GuardDecl || GuardDecl->use_empty())
H A DScalarEvolution.cpp11478 auto *GuardDecl = F.getParent()->getFunction(
11480 HasGuards = GuardDecl && !GuardDecl->use_empty();

Completed in 181 milliseconds