Lines Matching defs:PredNode
106 struct PredNode {
109 SmallVector<PredNode *, 4> children;
160 static PredNode *
162 SpecificBumpPtrAllocator<PredNode> &allocator,
165 new (rootNode) PredNode;
206 static PredNode *
207 propagateGroundTruth(PredNode *node,
252 llvm::SmallVector<PredNode *, 4> children;
328 static std::string getCombinedCondition(const PredNode &root) {
367 SpecificBumpPtrAllocator<PredNode> allocator;