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

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 129 /// getInsertPos - Return the current insertion position.
130 MachineBasicBlock::iterator getInsertPos() { return InsertPos; }
ScheduleDAGSDNodes.cpp 710 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())));
    [all...]
ScheduleDAGFast.cpp 789 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...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 752 Instruction *getInsertPos() const { return InsertPos; }
    [all...]

Completed in 1086 milliseconds