HomeSort by: relevance | last modified time | path
    Searched defs:getCondition (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp 409 const Expr *getCondition(const Stmt *S) {
1337 if (const Expr *Condition = getCondition(BB->getTerminatorStmt())) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Nodes.cpp 347 syntax::Expression *syntax::StaticAssertDeclaration::getCondition() {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 570 const Expr *getCondition() const { return Condition; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 81 static Value *getCondition(Instruction *I) {
92 return cast<BranchInst>(I)->getCondition();
262 widenCondCommon(getCondition(ToWiden), NewCondition, ToWiden, Result,
314 assert(isa<ConstantInt>(getCondition(I)) && "Should be!");
334 if (isa<ConstantInt>(getCondition(Instr)))
371 LLVM_DEBUG(dbgs() << "Score between " << *getCondition(Instr)
372 << " and " << *getCondition(Candidate) << " is "
392 widenGuard(BestSoFar, getCondition(Instr), InvertCondition);
420 if (!isAvailableAt(getCondition(DominatedInstr), DominatingGuard))
431 if (isWideningCondProfitable(getCondition(DominatedInstr)
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.h 406 llvm::StringRef getCondition() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 1776 const Value *getCondition() const { return Op<0>(); }
1779 Value *getCondition() { return Op<0>(); }
3102 Value *getCondition() const {
3370 Value *getCondition() const { return getOperand(0); }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 498 Expr *getCondition() const { return cast_or_null<Expr>(Condition); }
572 Expr *getCondition() const { return cast_or_null<Expr>(Condition); }
7704 Expr *getCondition() const { return cast_or_null<Expr>(Condition); }
7773 Expr *getCondition() const { return cast_or_null<Expr>(Condition); }

Completed in 71 milliseconds