Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp520 bool ContributionChanged);
638 bool ContributionChanged = in recalculateBBsStates() local
640 if (!InputsChanged && !ContributionChanged) in recalculateBBsStates()
644 transferBlock(BB, *BBS, ContributionChanged); in recalculateBBsStates()
658 bool ContributionChanged = false; in removeValidUnrelocatedDefs() local
722 ContributionChanged = true; in removeValidUnrelocatedDefs()
730 ContributionChanged = true; in removeValidUnrelocatedDefs()
737 return ContributionChanged; in removeValidUnrelocatedDefs()
766 bool ContributionChanged) { in transferBlock() argument
772 if (ContributionChanged) in transferBlock()