Searched refs:DstIList (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp292 InstructionListType DstIList; local
293 (*DstIt)->collectInstructions(isMemoryAccess, DstIList);
294 if (DstIList.empty())
299 for (Instruction *IDst : DstIList) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h450 SmallVector<Instruction *, 8> SrcIList, DstIList; local
455 Dst.collectInstructions(isMemoryAccess, DstIList);
458 for (auto *DstI : DstIList)

Completed in 55 milliseconds