Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp71 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local
73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
86 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
H A DLoopPredication.cpp1196 auto *GuardDecl = in runOnLoop() local
1198 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
H A DIndVarSimplify.cpp600 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
602 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
H A DSimpleLoopUnswitch.cpp2616 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local
2618 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
H A DJumpThreading.cpp394 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
396 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp396 Function *GuardDecl; member in __anonc76404170411::LazyValueInfoImpl
477 Function *GuardDecl) in LazyValueInfoImpl() argument
478 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()
775 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()
1493 Function *GuardDecl = M->getFunction( in getImpl() local
1495 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()
H A DScalarEvolution.cpp12179 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
12181 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()