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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp387 void updateForInsertedWaterBlock(MachineBasicBlock *NewBB);
824 /// updateForInsertedWaterBlock - When a block is newly inserted into the
827 void MipsConstantIslands::updateForInsertedWaterBlock function in class:MipsConstantIslands
876 // This is almost the same as updateForInsertedWaterBlock, except that
1376 updateForInsertedWaterBlock(NewIsland);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp254 void updateForInsertedWaterBlock(MachineBasicBlock *NewBB);
866 /// updateForInsertedWaterBlock - When a block is newly inserted into the
869 void ARMConstantIslands::updateForInsertedWaterBlock(MachineBasicBlock *NewBB) { function in class:ARMConstantIslands
931 // This is almost the same as updateForInsertedWaterBlock, except that
1519 updateForInsertedWaterBlock(NewIsland);

Completed in 109 milliseconds