/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerGuardIntrinsic.cpp | 46 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local 48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic() 61 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
|
D | MakeGuardsExplicit.cpp | 71 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local 73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards() 86 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
|
D | LoopPredication.cpp | 1196 auto *GuardDecl = in runOnLoop() local 1198 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
|
D | IndVarSimplify.cpp | 600 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local 602 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
|
D | SimpleLoopUnswitch.cpp | 2612 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local 2614 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
|
D | JumpThreading.cpp | 384 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/ |
D | LowerGuardIntrinsic.cpp | 46 auto *GuardDecl = F.getParent()->getFunction( in lowerGuardIntrinsic() local 48 if (!GuardDecl || GuardDecl->use_empty()) in lowerGuardIntrinsic() 61 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in lowerGuardIntrinsic()
|
D | MakeGuardsExplicit.cpp | 71 auto *GuardDecl = F.getParent()->getFunction( in explicifyGuards() local 73 if (!GuardDecl || GuardDecl->use_empty()) in explicifyGuards() 86 DeoptIntrinsic->setCallingConv(GuardDecl->getCallingConv()); in explicifyGuards()
|
D | LoopPredication.cpp | 1202 auto *GuardDecl = in runOnLoop() local 1204 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in runOnLoop()
|
D | JumpThreading.cpp | 369 auto *GuardDecl = F.getParent()->getFunction( in runImpl() local 371 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
|
D | SimpleLoopUnswitch.cpp | 2553 auto *GuardDecl = L.getHeader()->getParent()->getParent()->getFunction( in unswitchBestCondition() local 2555 if (GuardDecl && !GuardDecl->use_empty()) in unswitchBestCondition()
|
D | IndVarSimplify.cpp | 1969 auto *GuardDecl = L->getBlocks()[0]->getModule()->getFunction( in simplifyAndExtend() local 1971 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LowerGuardIntrinsic.cpp | 89 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/ |
D | LazyValueInfo.cpp | 396 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()
|
D | ScalarEvolution.cpp | 11995 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/ |
D | LazyValueInfo.cpp | 843 auto *GuardDecl = BBI->getModule()->getFunction( in intersectAssumeOrGuardBlockValueConstantRange() local 845 if (!GuardDecl || GuardDecl->use_empty()) in intersectAssumeOrGuardBlockValueConstantRange()
|
D | ScalarEvolution.cpp | 11478 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local 11480 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 9483 auto *GuardDecl = F.getParent()->getFunction( in ScalarEvolution() local 9485 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
|