Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp554 BranchProbabilityInfo::getBranchProbStackProtector(true); in InsertStackProtectors()
556 BranchProbabilityInfo::getBranchProbStackProtector(false); in InsertStackProtectors()
H A DSafeStack.cpp476 auto SuccessProb = BranchProbabilityInfo::getBranchProbStackProtector(true); in checkStackGuard()
477 auto FailureProb = BranchProbabilityInfo::getBranchProbStackProtector(false); in checkStackGuard()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h200 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10457 SuccMBB, BranchProbabilityInfo::getBranchProbStackProtector(IsLikely)); in AddSuccessorMBB()