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

References

include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  115   BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
  240   void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) {
  245       for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(),
  294   void FindPHIPlacement(BlockListTy *BlockList) {
  299       for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(),
  331   void FindAvailableVals(BlockListTy *BlockList) {
  335     for (typename BlockListTy::iterator I = BlockList->begin(),
  354     for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(),
  389   void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) {
  396       for (typename BlockListTy::iterator I = BlockList->begin(),
  451   void RecordMatchingPHIs(BlockListTy *BlockList) {
  452     for (typename BlockListTy::iterator I = BlockList->begin(),