Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp46 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local
48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
61 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
H A DMakeGuardsExplicit.cpp83 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local
85 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
98 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
H A DLoopPredication.cpp796 auto *GuardDecl = in runOnLoop() local
798 if (!GuardDecl || GuardDecl->use_empty()) in runOnLoop()
H A DJumpThreading.cpp354 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
356 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
H A DIndVarSimplify.cpp1923 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
1925 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
H A DSimpleLoopUnswitch.cpp2506 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local
2508 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp822 auto *GuardDecl = BBI->getModule()->getFunction( in intersectAssumeOrGuardBlockValueConstantRange() local
824 if (!GuardDecl || GuardDecl->use_empty()) in intersectAssumeOrGuardBlockValueConstantRange()
H A DScalarEvolution.cpp11330 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
11332 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()