Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp576 struct LoadValue { struct in __anon76457fe20311::EarlyCSE
577 Instruction *DefInst = nullptr;
578 unsigned Generation = 0;
579 int MatchingId = -1;
580 bool IsAtomic = false;
583 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp617 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local