Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp709 DenseMap<const Function *, bool> &seenMap) { in useFuncSeen() argument
712 if (useFuncSeen(cu, seenMap)) in useFuncSeen()
721 if (seenMap.find(caller) != seenMap.end()) in useFuncSeen()
729 DenseMap<const Function *, bool> seenMap; in emitDeclarations() local
757 if (useFuncSeen(C, seenMap)) { in emitDeclarations()
776 if (seenMap.find(caller) != seenMap.end()) { in emitDeclarations()
781 seenMap[F] = true; in emitDeclarations()