Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h126 void updateEntryPaths(MachineFunction &MF, MachineBasicBlock &SaveB) const;
H A DHexagonFrameLowering.cpp523 updateEntryPaths(MF, *PrologB); in emitPrologue()
926 void HexagonFrameLowering::updateEntryPaths(MachineFunction &MF, in updateEntryPaths() function in HexagonFrameLowering