Searched refs:GuardDecl (Results 1 – 8 of 8) sorted by relevance
89 auto *GuardDecl = F.getParent()->getFunction( in runOnFunction() local91 if (!GuardDecl || GuardDecl->use_empty()) in runOnFunction()106 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in runOnFunction()
91 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local93 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()108 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
787 auto *GuardDecl = in runOnLoop() local789 if (!GuardDecl || GuardDecl->use_empty()) in runOnLoop()
1789 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local1791 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
352 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local354 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
820 auto *GuardDecl = BBI->getModule()->getFunction( in intersectAssumeOrGuardBlockValueConstantRange() local822 if (!GuardDecl || GuardDecl->use_empty()) in intersectAssumeOrGuardBlockValueConstantRange()
11170 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local11172 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
9483 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local9485 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()