Searched refs:GuardDecl (Results 1 – 9 of 9) sorted by relevance
27 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in lowerGuardIntrinsic() local29 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()36 for (auto *U : GuardDecl->users()) in lowerGuardIntrinsic()46 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
57 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in explicifyGuards() local59 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()72 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
982 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in run() local984 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in run()
1194 auto *GuardDecl = in runOnLoop() local1196 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
597 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in simplifyAndExtend() local599 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
298 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in runImpl() local300 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
2930 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in collectUnswitchCandidates() local2932 if (GuardDecl && !GuardDecl->use_empty()) in collectUnswitchCandidates()
342 Function *GuardDecl; member in llvm::LazyValueInfoImpl458 Function *GuardDecl) in LazyValueInfoImpl() argument459 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()782 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()1744 Function *GuardDecl = in getOrCreateImpl() local1746 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
11730 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in isBasicBlockEntryGuardedByCond() local11732 if (GuardDecl) in isBasicBlockEntryGuardedByCond()11733 for (const auto *GU : GuardDecl->users()) in isBasicBlockEntryGuardedByCond()13669 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in ScalarEvolution() local13671 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()15772 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in collectFromBlock() local15774 if (GuardDecl) in collectFromBlock()15775 for (const auto *GU : GuardDecl->users()) in collectFromBlock()