Searched refs:expandName (Results 1 – 1 of 1) sorted by relevance
74 const std::string expandName = std::string(name) + ".expand"; in runOnModule() local75 if (llvm::Function *const func = Module.getFunction(expandName)) in runOnModule()