Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp48 bool shouldAddSTPToBlock(const MachineBasicBlock *BB);
72 bool AArch64StorePairSuppress::shouldAddSTPToBlock(const MachineBasicBlock *BB) { in shouldAddSTPToBlock() function in AArch64StorePairSuppress
148 if (!SuppressSTP && shouldAddSTPToBlock(MI.getParent())) in runOnMachineFunction()