Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp513 bool ContributionChanged);
631 bool ContributionChanged = in recalculateBBsStates() local
633 if (!InputsChanged && !ContributionChanged) in recalculateBBsStates()
637 transferBlock(BB, *BBS, ContributionChanged); in recalculateBBsStates()
651 bool ContributionChanged = false; in removeValidUnrelocatedDefs() local
715 ContributionChanged = true; in removeValidUnrelocatedDefs()
723 ContributionChanged = true; in removeValidUnrelocatedDefs()
730 return ContributionChanged; in removeValidUnrelocatedDefs()
759 bool ContributionChanged) { in transferBlock() argument
765 if (ContributionChanged) in transferBlock()