Home
last modified time | relevance | path

Searched refs:TempList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h228 EdgeListTy TempList; in findIncomingEdgesToNode() local
232 Node->findEdgesTo(N, TempList); in findIncomingEdgesToNode()
233 llvm::append_range(EL, TempList); in findIncomingEdgesToNode()
234 TempList.clear(); in findIncomingEdgesToNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp597 std::vector<ThreadingPath> TempList; in run() local
602 TempList.push_back(PathCopy); in run()
605 TPaths = std::move(TempList); in run()