Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp480 BranchProbabilityInfo::getBranchProbStackProtector(true); in InsertStackProtectors()
482 BranchProbabilityInfo::getBranchProbStackProtector(false); in InsertStackProtectors()
H A DSafeStack.cpp468 auto SuccessProb = BranchProbabilityInfo::getBranchProbStackProtector(true); in checkStackGuard()
469 auto FailureProb = BranchProbabilityInfo::getBranchProbStackProtector(false); in checkStackGuard()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h129 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9413 SuccMBB, BranchProbabilityInfo::getBranchProbStackProtector(IsLikely)); in AddSuccessorMBB()