Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h132 void updateEntryPaths(MachineFunction &MF, MachineBasicBlock &SaveB) const;
H A DHexagonFrameLowering.cpp514 updateEntryPaths(MF, *PrologB); in emitPrologue()
920 void HexagonFrameLowering::updateEntryPaths(MachineFunction &MF, in updateEntryPaths() function in HexagonFrameLowering