Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h204 unsigned getCurrentCallSite() { return CurCallSite; } in getCurrentCallSite() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6714 assert(MMI.getCurrentCallSite() == 0 && "Overlapping call sites!"); in visitIntrinsicCall()
8632 unsigned CallSiteIndex = MMI.getCurrentCallSite(); in lowerStartEH()