Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodePadder.h76 virtual bool instructionRequiresInsertionPoint(const MCInst &Inst) { in instructionRequiresInsertionPoint() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodePadder.cpp82 bool InsertionPoint = instructionRequiresInsertionPoint(Inst); in handleInstructionBegin()