Home
last modified time | relevance | path

Searched refs:ToProcess (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp520 SmallVector<BasicBlock *, 16> ToProcess; in TestBlocks() local
524 ToProcess.push_back(&BB); in TestBlocks()
525 simpleSimplifyCfg(F, ToProcess); in TestBlocks()
526 ToProcess.clear(); in TestBlocks()
621 SmallVector<BasicBlock *, 16> ToProcess; in TestBlocks() local
625 ToProcess.push_back(&BB); in TestBlocks()
626 simpleSimplifyCfg(F, ToProcess); in TestBlocks()
627 ToProcess.clear(); in TestBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1518 SmallVector<SlotIndex, 16> ToProcess; in handleMoveIntoNewBundle() local
1528 ToProcess.push_back(OldIndex); in handleMoveIntoNewBundle()
1532 for (SlotIndex OldIndex : ToProcess) { in handleMoveIntoNewBundle()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3431 SmallVector<const Stmt *> ToProcess; in isAncestorDeclContextOf() local
3432 ToProcess.push_back(S); in isAncestorDeclContextOf()
3433 while (!ToProcess.empty()) { in isAncestorDeclContextOf()
3434 const Stmt *CurrentS = ToProcess.pop_back_val(); in isAncestorDeclContextOf()
3435 ToProcess.append(CurrentS->child_begin(), CurrentS->child_end()); in isAncestorDeclContextOf()