Searched defs:BlockListTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h66 typedef SmallVectorImpl<BBInfo*> BlockListTy; typedef in class:llvm::SSAUpdaterImpl
102 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
228 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) {
233 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(),
282 void FindPHIPlacement(BlockListTy *BlockList) {
287 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(),
319 void FindAvailableVals(BlockListTy *BlockList) {
323 for (typename BlockListTy::iterator I = BlockList->begin(),
342 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(),
378 void FindExistingPHI(BlkT *BB, BlockListTy *BlockLis
[all...]

Completed in 1656 milliseconds