Home
last modified time | relevance | path

Searched defs:get_allocation_name (Results 1 – 2 of 2) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_Posix.cpp321 string CodeGen_Posix::get_allocation_name(const std::string &n) { in get_allocation_name() function in Halide::Internal::CodeGen_Posix
H A DCodeGen_LLVM.h355 virtual std::string get_allocation_name(const std::string &n) { in get_allocation_name() function