Searched defs:FName (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/rsov/compiler/
H A DRSAllocationUtils.cpp112 const auto FName = F->getName(); local
113 DEBUG(dbgs() << "Discovered function call to : " << FName << '\n');
115 if (FName.startswith("llvm.memcpy")) {
128 FName.str().c_str(), nullptr, nullptr, nullptr);
206 StringRef FName; local
208 FName = "rsAllocationGetDimX";
210 FName = Fun->getName();
213 OSS << "__rsov_" << FName.str();

Completed in 58 milliseconds