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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp72 static bool isRealInstruction(MachineInstr &MI) { function
103 auto LastRealInstr = llvm::find_if(reverse(MBB), isRealInstruction);

Completed in 42 milliseconds