Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackProtector.h112 bool shouldEmitSDCheck(const BasicBlock &BB) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DStackProtector.h112 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-10.0/llvm/lib/CodeGen/
DStackProtector.cpp549 bool StackProtector::shouldEmitSDCheck(const BasicBlock &BB) const { in shouldEmitSDCheck() function in StackProtector
/external/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp576 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/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1589 if (SP.shouldEmitSDCheck(*LLVMBB)) { in SelectAllBasicBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1589 if (SP.shouldEmitSDCheck(*LLVMBB)) { in SelectAllBasicBlocks()