reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/ilist.h
  340     splice(where, L2, iterator(N));
  343     splice(where, L2, iterator(N));
include/llvm/CodeGen/MachineFunction.h
  674     BasicBlocks.splice(InsertPt, BasicBlocks, MBBI);
lib/IR/BasicBlock.cpp
  128   MovePos->getParent()->getBasicBlockList().splice(
  135   MovePos->getParent()->getBasicBlockList().splice(
lib/IR/Instruction.cpp
   97   BB.getInstList().splice(I, getParent()->getInstList(), getIterator());
lib/Transforms/Vectorize/VPlan.cpp
  287   InsertPos->getParent()->getRecipeList().splice(
unittests/ADT/IListTest.cpp
   82   List.splice(List.begin(), List, List.begin());
   90   List.splice(std::next(List.begin()), List, List.begin());
  106   L.splice(L.begin(), L, ++L.begin());
  122   L.splice(L.end(), L, L.begin());