Home
last modified time | relevance | path

Searched refs:InQueue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCallGraphWalker.cpp31 std::set<BinaryFunction *> InQueue; in traverseCG() local
35 InQueue.insert(Func); in traverseCG()
41 InQueue.erase(Func); in traverseCG()
52 if (InQueue.count(CallerFunc)) in traverseCG()
55 InQueue.insert(CallerFunc); in traverseCG()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundIndexLoader.cpp91 llvm::StringSet<> InQueue; in load() local
94 InQueue.insert(MainFile); in load()
103 auto It = InQueue.insert(Edge); in load()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp64 llvm::DenseSet<Item> InQueue = {Queue.begin(), Queue.end()}; in closure() local
80 if (InQueue.insert(NewItem).second) // new in closure()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp706 bool InQueue = false; member
1089 BBInfo.InQueue = false; in computeIncomingVLVTYPE()
1131 if (!BlockInfo[S->getNumber()].InQueue) in computeIncomingVLVTYPE()
1483 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()