Home
last modified time | relevance | path

Searched defs:mayHaveSideEffects (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp546 static bool mayHaveSideEffects(MachineInstr &MI) { in mayHaveSideEffects() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DInstruction.cpp745 bool Instruction::mayHaveSideEffects() const { in mayHaveSideEffects() function in Instruction
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanRecipes.cpp106 bool VPRecipeBase::mayHaveSideEffects() const { in mayHaveSideEffects() function in VPRecipeBase