Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h251 unsigned getCurrentCallSite() { return CurCallSite; } in getCurrentCallSite() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6096 assert(MMI.getCurrentCallSite() == 0 && "Overlapping call sites!"); in visitIntrinsicCall()
7090 unsigned CallSiteIndex = MMI.getCurrentCallSite(); in lowerInvokable()