Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp30 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local
32 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
39 for (auto *U : GuardDecl->users()) in lowerGuardIntrinsic()
49 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
H A DMakeGuardsExplicit.cpp58 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local
60 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
73 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
H A DGuardWidening.cpp978 auto *GuardDecl = F.getParent()->getFunction( in run() local
980 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in run()
H A DLoopPredication.cpp1195 auto *GuardDecl = in runOnLoop() local
1197 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
H A DIndVarSimplify.cpp591 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
593 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.cpp2903 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in collectUnswitchCandidates() local
2905 if (GuardDecl && !GuardDecl->use_empty()) in collectUnswitchCandidates()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp394 Function *GuardDecl; member in llvm::LazyValueInfoImpl
506 Function *GuardDecl) in LazyValueInfoImpl() argument
507 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()
810 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()
1657 Function *GuardDecl = in getOrCreateImpl() local
1659 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
H A DScalarEvolution.cpp11518 auto *GuardDecl = F.getParent()->getFunction( in isBasicBlockEntryGuardedByCond() local
11520 if (GuardDecl) in isBasicBlockEntryGuardedByCond()
11521 for (const auto *GU : GuardDecl->users()) in isBasicBlockEntryGuardedByCond()
13402 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
13404 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
15356 auto *GuardDecl = F.getParent()->getFunction( in applyLoopGuards() local
15358 if (GuardDecl) in applyLoopGuards()
15359 for (const auto *GU : GuardDecl->users()) in applyLoopGuards()