Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h114 bool isShapeMapEmpty() const { return Virt2ShapeMap.empty(); } in isShapeMapEmpty() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp92 if (VRM.isShapeMapEmpty()) in INITIALIZE_PASS_DEPENDENCY()