Searched defs:mayWriteToMemory (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | InstructionPrecedenceTracking.h | 131 bool mayWriteToMemory(const BasicBlock *BB) { in mayWriteToMemory() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 949 bool Instruction::mayWriteToMemory() const { mayWriteToMemory() function in Instruction |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | EarlyCSE.cpp | 928 bool mayWriteToMemory() const { mayWriteToMemory() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanRecipes.cpp | 46 bool VPRecipeBase::mayWriteToMemory() const { mayWriteToMemory() function in VPRecipeBase |
H A D | VPlan.h | 1304 bool mayWriteToMemory() const { mayWriteToMemory() function |