Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h814 bool testBounds(unsigned char DirKind,
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp449 bool parseDirectiveIf(SMLoc DirectiveLoc, DirectiveKind DirKind);
1360 DirectiveKind DirKind = (DirKindIt == DirectiveKindMap.end()) in parseStatement() local
1363 switch (DirKind) { in parseStatement()
1373 return parseDirectiveIf(IDLoc, DirKind); in parseStatement()
1517 switch (DirKind) { in parseStatement()
3981 bool AsmParser::parseDirectiveIf(SMLoc DirectiveLoc, DirectiveKind DirKind) { in parseDirectiveIf() argument
3996 switch (DirKind) { in parseDirectiveIf()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2682 bool DependenceAnalysis::testBounds(unsigned char DirKind, in testBounds() argument
2686 Bound[Level].Direction = DirKind; in testBounds()