Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp122 void calculateCallFrameInfo(MachineFunction &MF);
233 calculateCallFrameInfo(MF); in runOnMachineFunction()
357 void PEI::calculateCallFrameInfo(MachineFunction &MF) { in calculateCallFrameInfo() function in PEI