Home
last modified time | relevance | path

Searched refs:AllocaInst (Results 1 – 3 of 3) sorted by relevance

/art/compiler/jni/portable/
Djni_compiler.h38 class AllocaInst; variable
Djni_compiler.cc115 ::llvm::AllocaInst* shadow_frame_ = irb_.CreateAlloca(shadow_frame_type); in Compile()
/art/compiler/llvm/
Dgbc_expander.cc130 llvm::AllocaInst* shadow_frame_;
1365 while (llvm::isa<llvm::AllocaInst>(first_non_alloca)) { in Expand_SetVReg()
1407 while (llvm::isa<llvm::AllocaInst>(first_non_alloca)) { in InsertStackOverflowCheck()