Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp878 MachineFunction::getCallSiteInfo(const MachineInstr *MI) { in getCallSiteInfo() function in MachineFunction
906 CallSiteInfoMap::iterator CSIt = getCallSiteInfo(CallMI); in eraseCallSiteInfo()
922 CallSiteInfoMap::iterator CSIt = getCallSiteInfo(OldCallMI); in copyCallSiteInfo()
940 CallSiteInfoMap::iterator CSIt = getCallSiteInfo(OldCallMI); in moveCallSiteInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h499 CallSiteInfoMap::iterator getCallSiteInfo(const MachineInstr *MI);
HDSelectionDAG.h2324 CallSiteInfo getCallSiteInfo(const SDNode *Node) {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGSDNodes.cpp893 MF.addCallSiteInfo(MI, DAG->getCallSiteInfo(Node)); in EmitSchedule()