Home
last modified time | relevance | path

Searched refs:StoringGlobalVal (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp362 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca() local
381 if (!StoringGlobalVal) { // Non-instructions are always dominated. in rewriteSingleStoreAlloca()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp341 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in rewriteSingleStoreAlloca() local
360 if (!StoringGlobalVal) { // Non-instructions are always dominated. in rewriteSingleStoreAlloca()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp835 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0)); in RewriteSingleStoreAlloca() local
854 if (!StoringGlobalVal) { // Non-instructions are always dominated. in RewriteSingleStoreAlloca()