Searched refs:GuardDecl (Results 1 – 9 of 9) sorted by relevance
30 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local32 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()39 for (auto *U : GuardDecl->users()) in lowerGuardIntrinsic()49 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
58 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local60 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()73 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
978 auto *GuardDecl = F.getParent()->getFunction( in run() local980 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in run()
1195 auto *GuardDecl = in runOnLoop() local1197 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
591 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local593 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
299 auto *GuardDecl = F->getParent()->getFunction( in runImpl() local301 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
2903 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in collectUnswitchCandidates() local2905 if (GuardDecl && !GuardDecl->use_empty()) in collectUnswitchCandidates()
394 Function *GuardDecl; member in llvm::LazyValueInfoImpl506 Function *GuardDecl) in LazyValueInfoImpl() argument507 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()810 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()1657 Function *GuardDecl = in getOrCreateImpl() local1659 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
11518 auto *GuardDecl = F.getParent()->getFunction( in isBasicBlockEntryGuardedByCond() local11520 if (GuardDecl) in isBasicBlockEntryGuardedByCond()11521 for (const auto *GU : GuardDecl->users()) in isBasicBlockEntryGuardedByCond()13402 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local13404 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()15356 auto *GuardDecl = F.getParent()->getFunction( in applyLoopGuards() local15358 if (GuardDecl) in applyLoopGuards()15359 for (const auto *GU : GuardDecl->users()) in applyLoopGuards()