Home
last modified time | relevance | path

Searched refs:VolatileLoads (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp22 AllocaInst *llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads, in DemoteRegToStack() argument
59 V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, in DemoteRegToStack()
67 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U); in DemoteRegToStack()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h143 bool VolatileLoads = false,