Searched refs:hasState (Results 1 – 4 of 4) sorted by relevance
339 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext)) in getBaseSamplesFor()390 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()419 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()
1391 if (!Context.hasState(SyntheticContext) && in shouldInlineCandidate()
3897 bool hasState() const { return S.valid(); } in hasState() function in llvm::slpvectorizer::BoUpSLP::TreeEntry6687 if (TE.hasState() && TE.getOpcode() == Instruction::ExtractElement && in getReorderingData()6879 (!TE.hasState() || !TE.isAltShuffle() || in getReorderingData()6884 if (((TE.hasState() && TE.getOpcode() == Instruction::ExtractElement) || in getReorderingData()6943 if (TE.hasState() && TE.getOpcode() == Instruction::Load) { in getReorderingData()7033 if (VectorizableTree.front()->hasState() && in isProfitableToReorder()7053 if (!TE->hasState()) { in isProfitableToReorder()7146 if (TE->hasState() && TE->isAltShuffle() && in reorderTopToBottom()7163 !UserIgnoreList && VectorizableTree.front()->hasState() && in reorderTopToBottom()7232 if (OpTE->hasState() && OpTE->isAltShuffle()) { in reorderTopToBottom()[all …]
624 bool hasState(ContextStateMask S) { return State & (uint32_t)S; }