Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DSimpleLoopUnswitch.cpp2553 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local
2555 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
DJumpThreading.cpp369 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
371 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
DIndVarSimplify.cpp1969 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
1971 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
/third_party/skia/third_party/externals/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()