Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h63 bool isIllegal() const { return Location == UINT_MAX; } isIllegal() function
H A DInstrRefBasedImpl.cpp315 bool isIllegal() const { return !Quality; } isIllegal() function in TransferTracker::LocationAndQuality
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1894 bool OperationLegalizer::isIllegal(Operation *op) const { isIllegal() function in OperationLegalizer
3342 bool ConversionTarget::isIllegal(Operation *op) const { isIllegal() function in ConversionTarget