Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp410 DenseMap<PredicateWithCC, LibcallsWithCC> Pred2Funcs; in emitSystemRuntimeLibrarySetCalls() local
421 Pred2Funcs[PredicateWithCC()].LibcallImpls.push_back(LibCallImpl); in emitSystemRuntimeLibrarySetCalls()
429 auto &Entry = Pred2Funcs[Key]; in emitSystemRuntimeLibrarySetCalls()
449 auto It = Pred2Funcs.find(Entry); in emitSystemRuntimeLibrarySetCalls()
450 if (It == Pred2Funcs.end()) in emitSystemRuntimeLibrarySetCalls()