Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h90 bool CanBeFlattened: 1; // isDirect() variable
102 bool CanBeFlattened = true) {
107 AI.setCanBeFlattened(CanBeFlattened);
273 return CanBeFlattened; in getCanBeFlattened()
278 CanBeFlattened = Flatten; in setCanBeFlattened()