Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp45 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local
47 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
54 for (auto *U : GuardDecl->users()) in lowerGuardIntrinsic()
64 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
DMakeGuardsExplicit.cpp69 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local
71 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
84 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
DLoopPredication.cpp1271 auto *GuardDecl = in runOnLoop() local
1273 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
DIndVarSimplify.cpp603 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
605 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
DJumpThreading.cpp392 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
394 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
DSimpleLoopUnswitch.cpp2772 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in collectUnswitchCandidates() local
2774 if (GuardDecl && !GuardDecl->use_empty()) in collectUnswitchCandidates()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyValueInfo.cpp395 Function *GuardDecl; member in __anon3ff9b8080411::LazyValueInfoImpl
479 Function *GuardDecl) in LazyValueInfoImpl() argument
480 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()
781 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()
1545 Function *GuardDecl = M->getFunction( in getImpl() local
1547 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()