Searched defs:Dups (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp199 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups,
202 bool FalseBranch, unsigned &Dups,
477 /// in Dups.
478 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, argument
480 Dups = 0;
492 Dups = TrueBBI.NonPredSize;
503 /// if performed in 'Dups'.
505 bool FalseBranch, unsigned &Dups,
507 Dups = 0;
530 Dups
504 ValidTriangle(BBInfo &TrueBBI, BBInfo &FalseBBI, bool FalseBranch, unsigned &Dups, BranchProbability Prediction) const argument
876 unsigned Dups = 0; local
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp176 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups,
179 bool FalseBranch, unsigned &Dups,
452 /// in Dups.
453 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, argument
455 Dups = 0;
467 Dups = TrueBBI.NonPredSize;
478 /// if performed in 'Dups'.
480 bool FalseBranch, unsigned &Dups,
482 Dups = 0;
505 Dups
479 ValidTriangle(BBInfo &TrueBBI, BBInfo &FalseBBI, bool FalseBranch, unsigned &Dups, const BranchProbability &Prediction) const argument
788 unsigned Dups = 0; local
[all...]

Completed in 134 milliseconds