Home
last modified time | relevance | path

Searched defs:getPos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp89 std::function<MachineBasicBlock::iterator()> getPos) { in rescheduleLexographically()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h415 MachineBasicBlock::const_iterator getPos() const { return CurrPos; } in getPos() function