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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h28 /// \p LegalTerminator instructions are safe to outline, but only as the
33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enumerator in enum:llvm::outliner::InstrType
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp341 case InstrType::LegalTerminator:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6344 UnknownCallOutlineType = outliner::InstrType::LegalTerminator;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp8892 UnknownCallOutlineType = outliner::InstrType::LegalTerminator;

Completed in 191 milliseconds