Searched refs:PartitionToResult (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h594 std::vector<bool> PartitionToResult; member in class:llvm::GIMatchTreeVRegDefPartitioner
612 bool Result = PartitionToResult[Idx];
H A DGIMatchTree.cpp641 ResultToPartition.insert(std::make_pair(Result, PartitionToResult.size()));
642 PartitionToResult.push_back(Result);
728 if (PartitionToResult[PartitionIdx] == false)

Completed in 105 milliseconds