Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp46 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local
48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
61 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
DMakeGuardsExplicit.cpp71 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local
73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
86 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
DLoopPredication.cpp1196 auto *GuardDecl = in runOnLoop() local
1198 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
DIndVarSimplify.cpp600 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
602 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
DSimpleLoopUnswitch.cpp2612 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local
2614 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
DJumpThreading.cpp384 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
386 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp46 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local
48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
61 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
DMakeGuardsExplicit.cpp71 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local
73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards()
86 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
DLoopPredication.cpp1202 auto *GuardDecl = in runOnLoop() local
1204 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
DJumpThreading.cpp369 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
371 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
DSimpleLoopUnswitch.cpp2553 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local
2555 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
DIndVarSimplify.cpp1969 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
1971 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
/external/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp89 auto *GuardDecl = F.getParent()->getFunction( in runOnFunction() local
91 if (!GuardDecl || GuardDecl->use_empty()) in runOnFunction()
106 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in runOnFunction()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp396 Function *GuardDecl; member in __anondc48f1430411::LazyValueInfoImpl
477 Function *GuardDecl) in LazyValueInfoImpl() argument
478 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()
775 if (GuardDecl && !GuardDecl->use_empty() && in intersectAssumeOrGuardBlockValueConstantRange()
1520 Function *GuardDecl = M->getFunction( in getImpl() local
1522 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()
DScalarEvolution.cpp11995 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
11997 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp843 auto *GuardDecl = BBI->getModule()->getFunction( in intersectAssumeOrGuardBlockValueConstantRange() local
845 if (!GuardDecl || GuardDecl->use_empty()) in intersectAssumeOrGuardBlockValueConstantRange()
DScalarEvolution.cpp11478 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
11480 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp9483 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
9485 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()