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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp230 InstructionListType SrcIList; local
231 N->collectInstructions([](const Instruction *I) { return true; }, SrcIList);
238 for (Instruction *II : SrcIList) {
284 InstructionListType SrcIList; local
285 (*SrcIt)->collectInstructions(isMemoryAccess, SrcIList);
286 if (SrcIList.empty())
298 for (Instruction *ISrc : SrcIList) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h450 SmallVector<Instruction *, 8> SrcIList, DstIList; local
454 Src.collectInstructions(isMemoryAccess, SrcIList);
457 for (auto *SrcI : SrcIList)

Completed in 104 milliseconds