Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DExecutionDomainFix.h72 bool isCollapsed() const { return Instrs.empty(); } in isCollapsed() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DExecutionDomainFix.h73 bool isCollapsed() const { return Instrs.empty(); } in isCollapsed() function
/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp74 bool isCollapsed() const { return Instrs.empty(); } in isCollapsed() function