Searched defs:SeenInsts (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | Float2Int.h | 51 MapVector<Instruction *, ConstantRange> SeenInsts; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 234 SmallDenseMap<Instruction *, SizeOffsetAPInt, 8> SeenInsts; global() variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5212 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
|