Home
last modified time | relevance | path

Searched refs:pseudostack_slot (Results 1 – 2 of 2) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_Posix.cpp145 if (it->pseudostack_slot) { in create_allocation()
188 if (!it->pseudostack_slot) { in create_allocation()
192 AllocaInst *alloca_inst = dyn_cast<AllocaInst>(it->pseudostack_slot); in create_allocation()
204 slot = it->pseudostack_slot; in create_allocation()
238 allocation.pseudostack_slot = slot; in create_allocation()
309 } else if (alloc.pseudostack_slot) { in free_allocation()
H A DCodeGen_Posix.h50 llvm::Value *pseudostack_slot = nullptr; member