Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp537 BitVector PossibleLeaves = getPossibleLeavesForPartition(PartitionIdx); in applyForPartition()
708 BitVector PossibleLeaves = getPossibleLeavesForPartition(PartitionIdx); in applyForPartition()
H A DGIMatchTree.h500 BitVector getPossibleLeavesForPartition(unsigned Idx) { in getPossibleLeavesForPartition() function