Home
last modified time | relevance | path

Searched defs:SPVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/include/bolt/Passes/
H A DStackPointerTracking.h67 int SPVal = StateIn.first; in doConfluenceWithLP() local
77 int computeNextSP(const MCInst &Point, int SPVal, int FPVal) { in computeNextSP()
130 int computeNextFP(const MCInst &Point, int SPVal, int FPVal) { in computeNextFP()
/llvm-project/bolt/lib/Passes/
H A DShrinkWrapping.cpp234 int SPVal, FPVal; in checkFramePointerInitialization() local
272 int SPVal, FPVal; in checkStackPointerRestore() local
1615 int SPVal = SPValAtBegin; in rebuildCFIForSP() local
1647 Expected<MCInst> ShrinkWrapping::createStackAccess(int SPVal, int FPVal, in createStackAccess()
1734 int64_t SPVal, in processInsertion()
1785 std::vector<WorklistItem> &TodoList, int64_t SPVal, int64_t FPVal) { in processInsertionsList()