Searched refs:GuardDecl (Results 1 – 9 of 9) sorted by relevance
30 auto *GuardDecl = F.getParent()->getFunction(32 if (!GuardDecl || GuardDecl->use_empty())36 // Traverse through the users of GuardDecl. in LowerGuardIntrinsicLegacyPass() 39 for (auto *U : GuardDecl->users())49 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic() 45 auto *GuardDecl = F.getParent()->getFunction( lowerGuardIntrinsic() local
59 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local61 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()74 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
983 auto *GuardDecl = F.getParent()->getFunction( in run() local985 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in run()
1195 auto *GuardDecl = in predicateLoopExits() 1197 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in predicateLoopExits() 1278 auto *GuardDecl = runOnLoop() local
601 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local603 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
299 auto *GuardDecl = F->getParent()->getFunction( in runImpl() local301 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
2925 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in collectUnswitchCandidates() 2927 if (GuardDecl && !GuardDecl->use_empty()) in collectUnswitchCandidates() 2924 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( collectUnswitchCandidates() local
396 Function *GuardDecl; member in llvm::LazyValueInfoImpl510 Function *GuardDecl) in LazyValueInfoImpl() argument511 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()822 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()1666 Function *GuardDecl = in getOrCreateImpl() local1668 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
11596 auto *GuardDecl = F.getParent()->getFunction( in isBasicBlockEntryGuardedByCond() local11598 if (GuardDecl) in isBasicBlockEntryGuardedByCond()11599 for (const auto *GU : GuardDecl->users()) in isBasicBlockEntryGuardedByCond()13528 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local13530 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()15446 auto *GuardDecl = SE.F.getParent()->getFunction( in collect() local15448 if (GuardDecl) in collect()15449 for (const auto *GU : GuardDecl->users()) in collect()