HomeSort by relevance Sort by last modified time
    Searched refs:getInsertPos (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 130 /// getInsertPos - Return the current insertion position.
131 MachineBasicBlock::iterator getInsertPos() { return InsertPos; }
ScheduleDAGSDNodes.cpp 713 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();
    [all...]
ScheduleDAGFast.cpp 783 InsertPos = Emitter.getInsertPos();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 413 if (data.getInsertPos() != selfPos || selfPos == -1) {
556 final int initialInsertPos = data.getInsertPos();
735 private int getInsertPos() {
    [all...]

Completed in 1969 milliseconds