Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h249 unsigned getCurrentCallSite() { return CurCallSite; } in getCurrentCallSite() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5438 assert(MMI.getCurrentCallSite() == 0 && "Overlapping call sites!"); in visitIntrinsicCall()
6502 unsigned CallSiteIndex = MMI.getCurrentCallSite(); in lowerInvokable()