Home
last modified time | relevance | path

Searched refs:getBranchProbStackProtector (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DStackProtector.cpp430 BranchProbabilityInfo::getBranchProbStackProtector(true); in InsertStackProtectors()
432 BranchProbabilityInfo::getBranchProbStackProtector(false); in InsertStackProtectors()
H A DSafeStack.cpp495 auto SuccessProb = BranchProbabilityInfo::getBranchProbStackProtector(true); in checkStackGuard()
496 auto FailureProb = BranchProbabilityInfo::getBranchProbStackProtector(false); in checkStackGuard()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackProtector.cpp511 BranchProbabilityInfo::getBranchProbStackProtector(true); in InsertStackProtectors()
513 BranchProbabilityInfo::getBranchProbStackProtector(false); in InsertStackProtectors()
H A DSafeStack.cpp469 auto SuccessProb = BranchProbabilityInfo::getBranchProbStackProtector(true); in checkStackGuard()
470 auto FailureProb = BranchProbabilityInfo::getBranchProbStackProtector(false); in checkStackGuard()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackProtector.cpp561 BranchProbabilityInfo::getBranchProbStackProtector(true); in InsertStackProtectors()
563 BranchProbabilityInfo::getBranchProbStackProtector(false); in InsertStackProtectors()
H A DCodeGenCommonISel.cpp41 SuccMBB, BranchProbabilityInfo::getBranchProbStackProtector(IsLikely)); in addSuccessorMBB()
H A DSafeStack.cpp471 auto SuccessProb = BranchProbabilityInfo::getBranchProbStackProtector(true); in checkStackGuard()
472 auto FailureProb = BranchProbabilityInfo::getBranchProbStackProtector(false); in checkStackGuard()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h112 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h129 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DBranchProbabilityInfo.h202 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DBranchProbabilityInfo.h195 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DBranchProbabilityInfo.h202 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DBranchProbabilityInfo.h202 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h192 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8181 SuccMBB, BranchProbabilityInfo::getBranchProbStackProtector(IsLikely)); in AddSuccessorMBB()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10076 SuccMBB, BranchProbabilityInfo::getBranchProbStackProtector(IsLikely)); in AddSuccessorMBB()