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()
71 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()86 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
1202 auto *GuardDecl = in runOnLoop() local1204 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
2553 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local2555 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
369 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local371 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
1969 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local1971 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
843 auto *GuardDecl = BBI->getModule()->getFunction( in intersectAssumeOrGuardBlockValueConstantRange() local845 if (!GuardDecl || GuardDecl->use_empty()) in intersectAssumeOrGuardBlockValueConstantRange()
11478 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local11480 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()