Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp234 Inst2Obj[EarliestCapture.first].push_back(Object); in getCapturesBefore()
262 auto Iter = Inst2Obj.find(I); in removeInstruction()
263 if (Iter != Inst2Obj.end()) { in removeInstruction()
266 Inst2Obj.erase(I); in removeInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h189 DenseMap<Instruction *, TinyPtrVector<const Value *>> Inst2Obj; variable