HomeSort by relevance Sort by last modified time
    Searched refs:Conditions (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 186 BranchVector Conditions;
441 // Analyze all the conditions leading to a node
452 /// \brief Insert the missing branch conditions
454 BranchVector &Conds = Loops ? LoopConds : Conditions;
749 Conditions.push_back(BranchInst::Create(Entry, Next, BoolUndef, Flow));
793 /// branches and PHI nodes only have undefined conditions.
801 Conditions.clear();
883 Conditions.clear();
  /external/clang/lib/Lex/
ModuleMap.cpp 132 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true)
133 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true)
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 145 milliseconds