Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackProtector.h115 bool shouldEmitSDCheck(const BasicBlock &BB) const;
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp512 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1716 if (SP.shouldEmitSDCheck(*LLVMBB)) { in SelectAllBasicBlocks()