Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h131 bool mayWriteToMemory(const BasicBlock *BB) { in mayWriteToMemory() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1024 bool Instruction::mayWriteToMemory() const { in mayWriteToMemory() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp922 bool mayWriteToMemory() const { in mayWriteToMemory() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1525 bool mayWriteToMemory() const { return MayWriteToMemory; } in mayWriteToMemory() function
H A DVPlanRecipes.cpp50 bool VPRecipeBase::mayWriteToMemory() const { in mayWriteToMemory() function in VPRecipeBase
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h333 bool mayWriteToMemory() const { in mayWriteToMemory() function