Home
last modified time | relevance | path

Searched refs:PlacedBlocks (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DBasicBlockPlacement.cpp66 std::set<BasicBlock*> PlacedBlocks; member
96 PlacedBlocks.clear(); in runOnFunction()
105 assert(!PlacedBlocks.count(BB) && "Already placed this block!"); in PlaceBlocks()
106 PlacedBlocks.insert(BB); in PlaceBlocks()
130 for (; SI != E && PlacedBlocks.count(*SI); ++SI) in PlaceBlocks()
139 if (!PlacedBlocks.count(*SI)) { in PlaceBlocks()