Searched refs:processBranch (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h75 virtual void processBranch(const Stmt *Condition,
H A DExprEngine.h303 void processBranch(const Stmt *Condition,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h233 void processBranch(BranchInst *, BasicBlock *, SmallVectorImpl<Value *> &);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp392 void PredicateInfo::processBranch(BranchInst *BI, BasicBlock *BranchBB, function in class:llvm::PredicateInfo
502 processBranch(BI, BranchBB, OpsToRename);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp429 SubEng.processBranch(Cond, Ctx, Pred, Dst, *(B->succ_begin()),
H A DExprEngine.cpp2100 void ExprEngine::processBranch(const Stmt *Condition, function in class:ExprEngine

Completed in 69 milliseconds