Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp49 bool shouldAddSTPToBlock(const MachineBasicBlock *BB);
76 bool AArch64StorePairSuppress::shouldAddSTPToBlock(const MachineBasicBlock *BB) { in shouldAddSTPToBlock() function in AArch64StorePairSuppress
159 if (!SuppressSTP && shouldAddSTPToBlock(MI.getParent())) in runOnMachineFunction()