Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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