Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDCodeExtractor.h65 ArrayRef<AllocaInst *> getAllocas() const { return Allocas; } in getAllocas() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp518 for (AllocaInst *AI : CEAC.getAllocas()) { in findAllocas()