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.cpp228 auto Ins = Inst2Obj.insert({EarliestCapture, {}}); in isNotCapturedBefore()
252 auto Iter = Inst2Obj.find(I); in removeInstruction()
253 if (Iter != Inst2Obj.end()) { in removeInstruction()
256 Inst2Obj.erase(I); in removeInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h190 DenseMap<Instruction *, TinyPtrVector<const Value *>> Inst2Obj; variable