Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h134 IsMatched, // Object has been matched to a given pattern. enumerator
227 PROPERTY(Property, IsMatched);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3832 bool IsMatched = false; in MatchPhiSet() local
3837 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
3846 if (IsMatched) { in MatchPhiSet()