Searched defs:moveBefore (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
H A Dsourceentry.js362 SourceEntry.prototype.moveBefore = function(entry) {
/external/llvm/lib/VMCore/
H A DBasicBlock.cpp104 /// moveBefore - Unlink this basic block from its current function and
106 void BasicBlock::moveBefore(BasicBlock *MovePos) { function in class:BasicBlock
H A DInstruction.cpp87 /// moveBefore - Unlink this instruction from its current basic block and
90 void Instruction::moveBefore(Instruction *MovePos) { function in class:Instruction
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp337 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { function in class:MachineBasicBlock

Completed in 1059 milliseconds