Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp376 bool firstInBB(const Instruction *I1, const Instruction *I2) { in firstInBB() function in llvm::GVNHoist
401 if (BB == OldBB && firstInBB(OldPt, Insn)) in hasMemoryUse()
407 if (firstInBB(Insn, NewPt)) in hasMemoryUse()
537 if (!firstInBB(UD->getMemoryInst(), NewPt)) in safeToHoistLdSt()
1023 if (!Repl || firstInBB(I, Repl)) in hoist()