Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h499 CallSiteInfoMap::iterator getCallSiteInfo(const MachineInstr *MI);
H A DSelectionDAG.h2324 CallSiteInfo getCallSiteInfo(const SDNode *Node) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp893 MF.addCallSiteInfo(MI, DAG->getCallSiteInfo(Node)); in EmitSchedule()