Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp122 MCInst *FirstNonPseudo = EntryBB.getFirstNonPseudoInstr(); in checkFunction()
H A DBinaryPasses.cpp710 MCInst *Inst = BB.getFirstNonPseudoInstr(); in fixDoubleJumps()
806 MCInst *Instr = BB->getFirstNonPseudoInstr(); in fixTailCalls()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp107 MCInst *Instr = BB->getFirstNonPseudoInstr(); in postProcessProfile()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h514 MCInst *getFirstNonPseudoInstr() { in getFirstNonPseudoInstr() function