Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp679 struct LoadValue { struct in __anon2439b80b0411::EarlyCSE
680 Instruction *DefInst = nullptr;
681 unsigned Generation = 0;
682 int MatchingId = -1;
683 bool IsAtomic = false;
684 bool IsLoad = false;
687 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp215 struct LoadValue { struct
218 LoadValue() = default; argument
219 LoadValue(Instruction *Inst, unsigned Generation) in LoadValue() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp811 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local