Searched refs:updateForInsertedWaterBlock (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp395 void updateForInsertedWaterBlock(MachineBasicBlock *NewBB);
852 /// updateForInsertedWaterBlock - When a block is newly inserted into the
855 void MipsConstantIslands::updateForInsertedWaterBlock function in class:MipsConstantIslands
906 // This is almost the same as updateForInsertedWaterBlock, except that
1416 updateForInsertedWaterBlock(NewIsland);
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp283 void updateForInsertedWaterBlock(MachineBasicBlock *NewBB);
850 /// updateForInsertedWaterBlock - When a block is newly inserted into the
853 void ARMConstantIslands::updateForInsertedWaterBlock(MachineBasicBlock *NewBB) { function in class:ARMConstantIslands
904 // This is almost the same as updateForInsertedWaterBlock, except that
1428 updateForInsertedWaterBlock(NewIsland);

Completed in 54 milliseconds