Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h110 bool CanBeFlattened: 1; // isDirect() variable
132 SRetAfterThis(false), InReg(false), CanBeFlattened(false), in TypeData()
137 bool CanBeFlattened = true) {
142 AI.setCanBeFlattened(CanBeFlattened);
448 return CanBeFlattened; in getCanBeFlattened()
453 CanBeFlattened = Flatten; in setCanBeFlattened()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h97 bool CanBeFlattened: 1; // isDirect() variable
123 bool CanBeFlattened = true) {
128 AI.setCanBeFlattened(CanBeFlattened);
368 return CanBeFlattened; in getCanBeFlattened()
373 CanBeFlattened = Flatten; in setCanBeFlattened()