Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3728 Provenance.resize(BW); in BitPart()
3736 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128. member
3811 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3812 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3813 A->Provenance[BitIdx] != B->Provenance[BitIdx]) in collectBitParts()
3816 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
3817 Result->Provenance[BitIdx] = B->Provenance[BitIdx]; in collectBitParts()
3819 Result->Provenance[BitIdx] = A->Provenance[BitIdx]; in collectBitParts()
3844 auto &P = Result->Provenance; in collectBitParts()
3876 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
[all …]
/freebsd/contrib/capsicum-test/
H A DREADME.md12 ## Provenance section in Capsicum User Space Tests