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

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 636 std::vector<std::string> Conds;
645 void addCond(const std::string &C) { Conds.push_back(C); }
684 if (Conds.empty() && ReqFeatures.empty()) {
692 I = Conds.begin(), E = Conds.end(); I != E; ++I) {
693 if (I != Conds.begin()) {
740 if (Conds.size() != RHS.Conds.size())
745 I = Conds.begin(), E = Conds.end(); I != E; ++I
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 583 PredValueInfoTy Conds;
585 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
587 for (unsigned i = 0, e = Conds.size(); i != e; ++i) {
588 Constant *Cond = Conds[i].first;
605 Result.push_back(std::make_pair(Val, Conds[i].second));
    [all...]
StructurizeCFG.cpp 518 BranchVector &Conds = Loops ? LoopConds : Conditions;
522 for (BranchInst *Term : Conds) {

Completed in 81 milliseconds