Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp522 bool ContributionChanged);
640 bool ContributionChanged = in recalculateBBsStates() local
642 if (!InputsChanged && !ContributionChanged) in recalculateBBsStates()
646 transferBlock(BB, *BBS, ContributionChanged); in recalculateBBsStates()
660 bool ContributionChanged = false; in removeValidUnrelocatedDefs() local
724 ContributionChanged = true; in removeValidUnrelocatedDefs()
732 ContributionChanged = true; in removeValidUnrelocatedDefs()
739 return ContributionChanged; in removeValidUnrelocatedDefs()
768 bool ContributionChanged) { in transferBlock() argument
774 if (ContributionChanged) in transferBlock()