Home
last modified time | relevance | path

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

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