Home
last modified time | relevance | path

Searched defs:StoredValue (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h373 Value *StoredValue; variable
376 StoreExpression(unsigned NumOperands, StoreInst *S, Value *StoredValue, in StoreExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp397 Value *StoredValue = nullptr; in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp184 Value *StoredValue) { in applyStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp629 Value *StoredValue = cast<StoreInst>(II.Inst)->getValueOperand(); in instrumentLoadOrStore() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1417 VPValue *StoredValue, VPValue *Mask) in VPWidenMemoryInstructionRecipe()
H A DLoopVectorize.cpp2870 VPValue *StoredValue, VPValue *BlockInMask) { in vectorizeMemoryInstruction()
9602 VPValue *StoredValue = isStore() ? getStoredValue() : nullptr; in execute() local