Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp73 static std::atomic<unsigned> GlobalUniqueCallSite; variable
1682 unsigned UniqueCallSite = GlobalUniqueCallSite.fetch_add(1); in LowerCall()