Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp299 bool firstInBB(const Instruction *I1, const Instruction *I2) { in firstInBB() function in llvm::GVNHoist
650 if (BB == OldBB && firstInBB(OldPt, Insn)) in hasMemoryUse()
656 if (firstInBB(Insn, NewPt)) in hasMemoryUse()
774 if (!firstInBB(UD->getMemoryInst(), NewPt)) in safeToHoistLdSt()
1114 if (!Repl || firstInBB(I, Repl)) in hoist()