Home
last modified time | relevance | path

Searched refs:getBranchWeightStackProtector (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DStackProtector.cpp457 BranchProbabilityInfo::getBranchWeightStackProtector(true); in InsertStackProtectors()
459 BranchProbabilityInfo::getBranchWeightStackProtector(false); in InsertStackProtectors()
/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h114 static uint32_t getBranchWeightStackProtector(bool IsLikely) { in getBranchWeightStackProtector() function