Home
last modified time | relevance | path

Searched refs:GuardDecl (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp30 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
H A DMakeGuardsExplicit.cpp59 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local
61 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
74 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
H A DGuardWidening.cpp983 auto *GuardDecl = F.getParent()->getFunction( in run() local
985 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in run()
H A DLoopPredication.cpp1195 auto *GuardDecl = in predicateLoopExits()
1197 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in predicateLoopExits()
1278 auto *GuardDecl = runOnLoop() local
H A DIndVarSimplify.cpp601 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
603 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
H A DJumpThreading.cpp299 auto *GuardDecl = F->getParent()->getFunction( in runImpl() local
301 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
H A DSimpleLoopUnswitch.cpp2925 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
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp396 Function *GuardDecl; member in llvm::LazyValueInfoImpl
510 Function *GuardDecl) in LazyValueInfoImpl() argument
511 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()
822 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()
1666 Function *GuardDecl = in getOrCreateImpl() local
1668 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
H A DScalarEvolution.cpp11596 auto *GuardDecl = F.getParent()->getFunction( in isBasicBlockEntryGuardedByCond() local
11598 if (GuardDecl) in isBasicBlockEntryGuardedByCond()
11599 for (const auto *GU : GuardDecl->users()) in isBasicBlockEntryGuardedByCond()
13528 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
13530 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
15446 auto *GuardDecl = SE.F.getParent()->getFunction( in collect() local
15448 if (GuardDecl) in collect()
15449 for (const auto *GU : GuardDecl->users()) in collect()