Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h131 bool mayWriteToMemory(const BasicBlock *BB) { in mayWriteToMemory() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp646 bool Instruction::mayWriteToMemory() const { in mayWriteToMemory() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp824 bool mayWriteToMemory() const { in mayWriteToMemory() function in __anon76457fe20311::EarlyCSE::ParseMemoryInst
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp42 bool VPRecipeBase::mayWriteToMemory() const { in mayWriteToMemory() function in VPRecipeBase
H A DVPlan.h853 bool mayWriteToMemory() const { in mayWriteToMemory() function