Searched defs:IsInAlloca (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ | ||
D | FastISel.h | 42 bool IsInAlloca : 1; member |
/external/llvm/lib/AsmParser/ | ||
D | LLParser.cpp | 5965 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local |