Searched refs:GuardDecl (Results 1 – 8 of 8) sorted by relevance
46 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()61 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
83 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local85 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()98 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
796 auto *GuardDecl = in runOnLoop() local798 if (!GuardDecl || GuardDecl->use_empty()) in runOnLoop()
354 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local356 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
1923 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local1925 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
2506 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local2508 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
822 auto *GuardDecl = BBI->getModule()->getFunction( in intersectAssumeOrGuardBlockValueConstantRange() local824 if (!GuardDecl || GuardDecl->use_empty()) in intersectAssumeOrGuardBlockValueConstantRange()
11330 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local11332 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()