Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Passes/
H A DShrinkWrapping.h437 bool doesInstUsesCSR(const MCInst &Inst, uint16_t CSR);
/llvm-project/bolt/lib/Passes/
H A DShrinkWrapping.cpp982 doesInstUsesCSR(*PP.getInst(), CSR)) { in doRestorePlacement()
1194 bool ShrinkWrapping::doesInstUsesCSR(const MCInst &Inst, uint16_t CSR) { in doesInstUsesCSR() function in llvm::bolt::ShrinkWrapping
1243 (doesInstUsesCSR(*PP.getInst(), CSR) || PrecededByPrefix)) { in scheduleSaveRestoreInsertions()