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/
H A 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()
H A 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()
H A DLoopPredication.cpp1271 auto *GuardDecl = in runOnLoop() local
1273 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
H A DIndVarSimplify.cpp603 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
605 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
H A DJumpThreading.cpp392 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
394 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
H A 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/
H A DLazyValueInfo.cpp395 Function *GuardDecl; member in __anond0a273e30411::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()