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()
1196 auto *GuardDecl = in runOnLoop() local1198 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
600 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local602 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
2616 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local2618 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
394 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local396 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
396 Function *GuardDecl; member in __anonc76404170411::LazyValueInfoImpl477 Function *GuardDecl) in LazyValueInfoImpl() argument478 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()775 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()1493 Function *GuardDecl = M->getFunction( in getImpl() local1495 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()
12179 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local12181 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()