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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h129 /// getInsertPos - Return the current insertion position.
130 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } function in class:llvm::InstrEmitter
H A DScheduleDAGSDNodes.cpp712 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos();
746 if (Emitter.getInsertPos() == BB->begin() || BB->back().isPHI() ||
749 std::prev(Emitter.getInsertPos())->isPHI()) {
755 Orders.push_back(std::make_pair(Order, std::prev(Emitter.getInsertPos())));
908 InsertPos = Emitter.getInsertPos();
H A DScheduleDAGFast.cpp791 InsertPos = Emitter.getInsertPos();

Completed in 169 milliseconds