Searched refs:GuardDecl (Results 1 – 8 of 8) 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()
1263 auto *GuardDecl = in runOnLoop() local1265 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
604 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local606 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
387 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local389 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
2739 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local2741 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
395 Function *GuardDecl; member in __anonc0d91abc0411::LazyValueInfoImpl477 Function *GuardDecl) in LazyValueInfoImpl() argument478 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()777 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()1520 Function *GuardDecl = M->getFunction( in getImpl() local1522 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()
11210 auto *GuardDecl = F.getParent()->getFunction( in isBasicBlockEntryGuardedByCond() local11212 if (GuardDecl) in isBasicBlockEntryGuardedByCond()11213 for (const auto *GU : GuardDecl->users()) in isBasicBlockEntryGuardedByCond()13101 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local13103 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()