Searched refs:SupportsSelectionDAGSP (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp383 bool *SupportsSelectionDAGSP = nullptr) {
398 if (SupportsSelectionDAGSP)
399 *SupportsSelectionDAGSP = true;
416 bool SupportsSelectionDAGSP = false; local
421 Value *GuardSlot = getStackGuard(TLI, M, B, &SupportsSelectionDAGSP);
424 return SupportsSelectionDAGSP;
437 bool SupportsSelectionDAGSP = local
452 SupportsSelectionDAGSP &= CreatePrologue(F, M, RI, TLI, AI);
457 if (SupportsSelectionDAGSP)

Completed in 43 milliseconds