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

/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp828 SmallPtrSet<BlockChain *, 4> UpdatedPreds; local
830 UpdatedPreds.insert(&LoopChain);
833 if (!UpdatedPreds.insert(&Chain).second)
944 SmallPtrSet<BlockChain *, 4> UpdatedPreds; local
947 if (!UpdatedPreds.insert(&Chain).second)

Completed in 1797 milliseconds