Searched defs:moveUp (Results 1 – 8 of 8) sorted by relevance
70 public boolean moveUp(ElementType key); in moveUp() method
54 public boolean moveUp(Type key) { in moveUp() method in ZLinkedList
124 public synchronized boolean moveUp(KeyType key) { in moveUp() method in ZHash
78 public boolean moveUp(ElementType key) { in moveUp() method in ListOrganizer
61 CF2_Fixed moveUp; /* adjustment to optimum position */ member451 CF2_Fixed moveUp = FT_MIN( downMoveUp, upMoveUp ); in cf2_hintmap_adjustHints() local
437 static bool moveUp(AliasAnalysis &AA, StoreInst *SI, Instruction *P, in moveUp() function
492 static bool moveUp(AliasAnalysis &AA, StoreInst *SI, Instruction *P) { in moveUp() function
554 bool MemCpyOptPass::moveUp(StoreInst *SI, Instruction *P, const LoadInst *LI) { in moveUp() function in MemCpyOptPass