Searched refs:GuardDecl (Results 1 – 7 of 7) sorted by relevance
45 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local47 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()54 for (auto *U : GuardDecl->users()) in lowerGuardIntrinsic()64 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
69 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local71 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()84 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
1271 auto *GuardDecl = in runOnLoop() local1273 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
603 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local605 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
392 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local394 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
2772 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in collectUnswitchCandidates() local2774 if (GuardDecl && !GuardDecl->use_empty()) in collectUnswitchCandidates()
395 Function *GuardDecl; member in __anond0a273e30411::LazyValueInfoImpl479 Function *GuardDecl) in LazyValueInfoImpl() argument480 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()781 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()1545 Function *GuardDecl = M->getFunction( in getImpl() local1547 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()