HomeSort by: relevance | last modified time | path
    Searched refs:PredicateBase (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 80 class PredicateBase : public ilist_node<PredicateBase> {
94 PredicateBase(const PredicateBase &) = delete;
95 PredicateBase &operator=(const PredicateBase &) = delete;
96 PredicateBase() = delete;
97 virtual ~PredicateBase() = default;
98 static bool classof(const PredicateBase *PB) {
107 PredicateBase(PredicateType PT, Value *Op, Value *Condition
    [all...]
SCCPSolver.h 61 const PredicateBase *getPredicateInfoFor(Instruction *I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 61 const BasicBlock *getBranchBlock(const PredicateBase *PB) {
70 static Instruction *getBranchTerminator(const PredicateBase *PB) {
78 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const PredicateBase *PB) {
107 PredicateBase *PInfo = nullptr;
252 SmallVector<PredicateBase *, 4> Infos;
285 PredicateBase *PB);
391 Value *Op, PredicateBase *PB) {
473 PredicateBase *PB =
764 Optional<PredicateConstraint> PredicateBase::getConstraint() const {
SCCPSolver.cpp 339 const PredicateBase *getPredicateInfoFor(Instruction *I) {
1587 const PredicateBase *SCCPSolver::getPredicateInfoFor(Instruction *I) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 675 const PredicateBase *PredDep;
678 const PredicateBase *PredDep = nullptr)
699 const PredicateBase *PredDep) {
703 const PredicateBase *PredDep) {
1817 const PredicateBase *LastPredInfo = nullptr;

Completed in 23 milliseconds