Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp50 bool shouldAddSTPToBlock(const MachineBasicBlock *BB);
77 bool AArch64StorePairSuppress::shouldAddSTPToBlock(const MachineBasicBlock *BB) { in shouldAddSTPToBlock() function in AArch64StorePairSuppress
171 if (!SuppressSTP && shouldAddSTPToBlock(MI.getParent())) in runOnMachineFunction()