Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp679 struct LoadValue { struct in __anon472e9e410411::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() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp655 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local