Searched refs:getInsertPos (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h130 /// getInsertPos - Return the current insertion position.
131 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } function in class:llvm::InstrEmitter
H A DScheduleDAGSDNodes.cpp713 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos();
747 if (Emitter.getInsertPos() == BB->begin() || BB->back().isPHI()) {
753 Orders.push_back(std::make_pair(Order, prior(Emitter.getInsertPos())));
906 InsertPos = Emitter.getInsertPos();
H A DScheduleDAGFast.cpp783 InsertPos = Emitter.getInsertPos();

Completed in 226 milliseconds