Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp636 std::vector<StringRef> &bbNames, in runOnBasicBlock() argument
648 if (llvm::find(bbNames, MBB->getName()) != bbNames.end()) { in runOnBasicBlock()
665 bbNames.push_back(MBB->getName()); in runOnBasicBlock()