Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp45 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local
47 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
54 for (auto *U : GuardDecl->users()) in lowerGuardIntrinsic()
64 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
H A DMakeGuardsExplicit.cpp69 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local
71 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
84 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
H A DLoopPredication.cpp1263 auto *GuardDecl = in runOnLoop() local
1265 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
H A DIndVarSimplify.cpp604 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
606 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
H A DJumpThreading.cpp387 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
389 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
H A DSimpleLoopUnswitch.cpp2739 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local
2741 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp395 Function *GuardDecl; member in __anonc0d91abc0411::LazyValueInfoImpl
477 Function *GuardDecl) in LazyValueInfoImpl() argument
478 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()
777 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()
1520 Function *GuardDecl = M->getFunction( in getImpl() local
1522 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()
H A DScalarEvolution.cpp11210 auto *GuardDecl = F.getParent()->getFunction( in isBasicBlockEntryGuardedByCond() local
11212 if (GuardDecl) in isBasicBlockEntryGuardedByCond()
11213 for (const auto *GU : GuardDecl->users()) in isBasicBlockEntryGuardedByCond()
13101 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
13103 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()