Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackProtector.h131 bool shouldEmitSDCheck(const BasicBlock &BB) const;
/external/llvm/lib/CodeGen/
DStackProtector.cpp469 bool StackProtector::shouldEmitSDCheck(const BasicBlock &BB) const { in shouldEmitSDCheck() function in StackProtector
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1465 if (getAnalysis<StackProtector>().shouldEmitSDCheck(*LLVMBB)) { in SelectAllBasicBlocks()