Searched refs:visit (Results 51 - 53 of 53) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp834 visit(*BB);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3562 ModuleMgr.visit(Visitor);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp128 SDValue visit(SDNode *N);
554 // dead. Make sure to re-visit them and recursively delete dead nodes.
1248 // set the instance variables, so that the various visit routines may use it.
1324 "Node was deleted but visit returned new node!");
1356 SDValue DAGCombiner::visit(SDNode *N) { function in class:DAGCombiner
1454 SDValue RV = visit(N);
1459 "Node was deleted but visit returned NULL!");
1546 SmallVector<SDNode *, 8> TFs; // List of token factors to visit.
11987 // avoid changing the types of some subset of stores due to visit order,
14562 SmallVector<SDValue, 8> Chains; // List of chains to visit
[all...]

Completed in 159 milliseconds

123