Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp794 for (auto InstUse : Pair.second) { in floatConstantCSE() local
795 for (SizeT i = 0; i < InstUse->getSrcSize(); ++i) { in floatConstantCSE()
796 if (auto *Const = llvm::dyn_cast<Constant>(InstUse->getSrc(i))) { in floatConstantCSE()
798 InstUse->replaceSource(i, NewVar); in floatConstantCSE()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3984 Instruction *InstUse = cast<Instruction>(U->getUser()); in eliminateInstructions() local
3985 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp4030 Instruction *InstUse = cast<Instruction>(U->getUser()); in eliminateInstructions() local
4031 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()