Searched refs:getInsertPos (Results 1 - 4 of 4) 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.cpp710 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos();
744 if (Emitter.getInsertPos() == BB->begin() || BB->back().isPHI() ||
747 std::prev(Emitter.getInsertPos())->isPHI()) {
753 Orders.push_back(std::make_pair(Order, std::prev(Emitter.getInsertPos())));
906 InsertPos = Emitter.getInsertPos();
H A DScheduleDAGFast.cpp789 InsertPos = Emitter.getInsertPos();
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp752 Instruction *getInsertPos() const { return InsertPos; } function in class:__anon13020::InterleaveGroup
2235 if (Instr != Group->getInsertPos())
5449 if (Group->getInsertPos() != I)

Completed in 1031 milliseconds