Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp2474 SmallVector<const Value *, 8> PointerUsesQueue; in getInvariantGroupClobberingInstruction() local
2475 PointerUsesQueue.push_back(PointerOperand); in getInvariantGroupClobberingInstruction()
2482 while (!PointerUsesQueue.empty()) { in getInvariantGroupClobberingInstruction()
2483 const Value *Ptr = PointerUsesQueue.pop_back_val(); in getInvariantGroupClobberingInstruction()
2494 PointerUsesQueue.push_back(U); in getInvariantGroupClobberingInstruction()
2499 PointerUsesQueue.push_back(U); in getInvariantGroupClobberingInstruction()