Home
last modified time | relevance | path

Searched defs:PromotableAllocas (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h127 std::vector<AllocaInst *> PromotableAllocas; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2026 SmallVector<AllocaInst *, 200> PromotableAllocas; in relocationViaAlloca() local
H A DSROA.cpp201 std::vector<AllocaInst *> PromotableAllocas; member in __anondf5662880111::SROA