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.cpp27 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in lowerGuardIntrinsic() local
29 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
36 for (auto *U : GuardDecl->users()) in lowerGuardIntrinsic()
46 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
H A DMakeGuardsExplicit.cpp57 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in explicifyGuards() local
59 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
72 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
H A DGuardWidening.cpp982 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in run() local
984 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in run()
H A DLoopPredication.cpp1194 auto *GuardDecl = in runOnLoop() local
1196 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
H A DIndVarSimplify.cpp597 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in simplifyAndExtend() local
599 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
H A DJumpThreading.cpp298 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in runImpl() local
300 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
H A DSimpleLoopUnswitch.cpp2930 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in collectUnswitchCandidates() local
2932 if (GuardDecl && !GuardDecl->use_empty()) in collectUnswitchCandidates()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp342 Function *GuardDecl; member in llvm::LazyValueInfoImpl
458 Function *GuardDecl) in LazyValueInfoImpl() argument
459 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()
782 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()
1744 Function *GuardDecl = in getOrCreateImpl() local
1746 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
H A DScalarEvolution.cpp11730 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in isBasicBlockEntryGuardedByCond() local
11732 if (GuardDecl) in isBasicBlockEntryGuardedByCond()
11733 for (const auto *GU : GuardDecl->users()) in isBasicBlockEntryGuardedByCond()
13669 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in ScalarEvolution() local
13671 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
15772 auto *GuardDecl = Intrinsic::getDeclarationIfExists( in collectFromBlock() local
15774 if (GuardDecl) in collectFromBlock()
15775 for (const auto *GU : GuardDecl->users()) in collectFromBlock()