Searched refs:bbname (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp160 void printInstruction(const Instruction *I, const std::string& bbname);
1113 const std::string& bbname) {
1131 << (ret->getReturnValue() ? opNames[0] + ", " : "") << bbname << ");";
1147 Out << bbname << ");"; local
1155 << SI->getNumCases() << ", " << bbname << ");";
1180 Out << "ResumeInst::Create(" << opNames[0] << ", " << bbname << ");"; local
1199 Out << "\", " << bbname << ");"; local
1211 << bbname << ");"; local
1256 Out << "\", " << bbname << ");"; local
1260 Out << "FCmpInst* " << iName << " = new FCmpInst(*" << bbname << ", "; local
1112 printInstruction(const Instruction *I, const std::string& bbname) argument
1286 Out << "ICmpInst* " << iName << " = new ICmpInst(*" << bbname << ", "; local
1313 Out << "\\", " << bbname << ");"; local
1375 Out << "\\", " << bbname << ");"; local
1385 Out << "\\", " << bbname << ");"; local
1427 Out << "\\", " << bbname << ");"; local
1458 Out << "\\", " << bbname << ");"; local
1476 Out << "\\", " << bbname << ");"; local
1490 Out << "\\", " << bbname << ");"; local
1499 Out << "\\", " << bbname << ");"; local
1508 Out << "\\", " << bbname << ");"; local
1517 Out << "\\", " << bbname << ");"; local
1534 Out << "\\", " << bbname << ");"; local
1551 Out << "\\", " << bbname << ");"; local
1560 << Ordering << ", " << CrossThread << ", " << bbname local
1575 << CrossThread << ", " << bbname local
1609 << Ordering << ", " << CrossThread << ", " << bbname local
1624 Out << "\\", " << bbname << ");"; local
1824 Out << "BasicBlock* " << bbname << local
[all...]

Completed in 310 milliseconds