Home
last modified time | relevance | path

Searched defs:SeenInsts (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h51 MapVector<Instruction *, ConstantRange> SeenInsts; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h234 SmallDenseMap<Instruction *, SizeOffsetAPInt, 8> SeenInsts; global() variable
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5212 FindAllMemoryUses(Instruction * I,SmallVectorImpl<std::pair<Use *,Type * >> & MemoryUses,SmallPtrSetImpl<Instruction * > & ConsideredInsts,const TargetLowering & TLI,const TargetRegisterInfo & TRI,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI,unsigned & SeenInsts) FindAllMemoryUses() argument
5287 unsigned SeenInsts = 0; FindAllMemoryUses() local