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

  /external/llvm/lib/VMCore/
Instruction.cpp 87 /// moveBefore - Unlink this instruction from its current basic block and
90 void Instruction::moveBefore(Instruction *MovePos) {
BasicBlock.cpp 104 /// moveBefore - Unlink this basic block from its current function and
106 void BasicBlock::moveBefore(BasicBlock *MovePos) {
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 362 SourceEntry.prototype.moveBefore = function(entry) {
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 272 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) {

Completed in 467 milliseconds