search for: get_intrinsic_name_t

Displaying 1 result from an estimated 1 matches for "get_intrinsic_name_t".

2011 Apr 25
1
[LLVMdev] Inefficiency in Intrinsic::getName in Function.cpp?
...r Table to be static, so that this initialization only happens on the first call? Perhaps this is optimized away for the release build, but for the debug build I'm running it seems to redo the initialization on every call. const char * const Table[] = { "not_intrinsic", #define GET_INTRINSIC_NAME_TABLE #include "llvm/Intrinsics.gen" #undef GET_INTRINSIC_NAME_TABLE };