Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackProtector.h112 bool shouldEmitSDCheck(const BasicBlock &BB) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp594 bool StackProtector::shouldEmitSDCheck(const BasicBlock &BB) const { in shouldEmitSDCheck() function in StackProtector
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1605 if (SP.shouldEmitSDCheck(*LLVMBB)) { in SelectAllBasicBlocks()