10 #include <llvm/IR/CallingConv.h>
15 static const util::BijectiveMap<::llvm::CallingConv::ID, CallingConvention> &
32 return map.LookupKey(cc);
35 ::llvm::CallingConv::ID
40 return map.LookupValue(cc);
Global memory state passed between functions.
jlm::llvm::CallingConvention convertCallingConventionToJlm(::llvm::CallingConv::ID cc)
::llvm::CallingConv::ID convertCallingConventionToLlvm(jlm::llvm::CallingConvention cc)
static const util::BijectiveMap<::llvm::CallingConv::ID, CallingConvention > & getCallingConventionMap()