Searched refs:PredNode (Results 1 – 1 of 1) sorted by relevance
104 struct PredNode { struct107 SmallVector<PredNode *, 4> children; argument158 static PredNode *160 llvm::SpecificBumpPtrAllocator<PredNode> &allocator, in buildPredicateTree()163 new (rootNode) PredNode; in buildPredicateTree()204 static PredNode *205 propagateGroundTruth(PredNode *node, in propagateGroundTruth()240 llvm::SmallVector<PredNode *, 4> children; in propagateGroundTruth()316 static std::string getCombinedCondition(const PredNode &root) { in getCombinedCondition()355 llvm::SpecificBumpPtrAllocator<PredNode> allocator; in getConditionImpl()