Home
last modified time | relevance | path

Searched refs:combineMetadataForCSE (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h394 void combineMetadataForCSE(Instruction *K, const Instruction *J);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp862 combineMetadataForCSE(I0, I); in sinkLastInstruction()
DJumpThreading.cpp1299 combineMetadataForCSE(NLoadI, LoadI); in SimplifyPartiallyRedundantLoad()
1489 combineMetadataForCSE(PredLoadI, LoadI); in SimplifyPartiallyRedundantLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1027 combineMetadataForCSE(cast<LoadInst>(AvailableVal), &LI); in visitLoadInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2321 void llvm::combineMetadataForCSE(Instruction *K, const Instruction *J) { in combineMetadataForCSE() function in llvm
DSimplifyCFG.cpp1585 combineMetadataForCSE(I0, I); in sinkLastInstruction()