Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp91 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local
93 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic()
108 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
DLoopPredication.cpp787 auto *GuardDecl = in runOnLoop() local
789 if (!GuardDecl || GuardDecl->use_empty()) in runOnLoop()
DIndVarSimplify.cpp1789 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local
1791 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
DJumpThreading.cpp352 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local
354 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp820 auto *GuardDecl = BBI->getModule()->getFunction( in intersectAssumeOrGuardBlockValueConstantRange() local
822 if (!GuardDecl || GuardDecl->use_empty()) in intersectAssumeOrGuardBlockValueConstantRange()
DScalarEvolution.cpp11170 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local
11172 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()