Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp2847 Provenance.resize(BW); in BitPart()
2855 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128. member
2930 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
2931 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
2932 A->Provenance[BitIdx] != B->Provenance[BitIdx]) in collectBitParts()
2935 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
2936 Result->Provenance[BitIdx] = B->Provenance[BitIdx]; in collectBitParts()
2938 Result->Provenance[BitIdx] = A->Provenance[BitIdx]; in collectBitParts()
2963 auto &P = Result->Provenance; in collectBitParts()
2995 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
[all …]