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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6309 auto IsNonTailCall = [](const MachineInstr &MI) { local
6313 if (std::any_of(MBB.instr_begin(), MBB.instr_end(), IsNonTailCall)) {

Completed in 109 milliseconds