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

/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp158 void printInstruction(const Instruction *I, const std::string& bbname);
1096 const std::string& bbname) {
1114 << (ret->getReturnValue() ? opNames[0] + ", " : "") << bbname << ");";
1130 Out << bbname << ");"; local
1138 << SI->getNumCases() << ", " << bbname << ");";
1164 << ", " << bbname << ");"; local
1183 Out << "\", " << bbname << ");"; local
1195 << bbname << ");"; local
1240 Out << "\", " << bbname << ");"; local
1244 Out << "FCmpInst* " << iName << " = new FCmpInst(*" << bbname << ", "; local
1095 printInstruction(const Instruction *I, const std::string& bbname) argument
1270 Out << "ICmpInst* " << iName << " = new ICmpInst(*" << bbname << ", "; local
1297 Out << "\\", " << bbname << ");"; local
1359 Out << "\\", " << bbname << ");"; local
1369 Out << "\\", " << bbname << ");"; local
1411 Out << "\\", " << bbname << ");"; local
1442 Out << "\\", " << bbname << ");"; local
1460 Out << "\\", " << bbname << ");"; local
1474 Out << "\\", " << bbname << ");"; local
1483 Out << "\\", " << bbname << ");"; local
1492 Out << "\\", " << bbname << ");"; local
1501 Out << "\\", " << bbname << ");"; local
1518 Out << "\\", " << bbname << ");"; local
1535 Out << "\\", " << bbname << ");"; local
1544 << Ordering << ", " << CrossThread << ", " << bbname local
1555 << Ordering << ", " << CrossThread << ", " << bbname local
1585 << Ordering << ", " << CrossThread << ", " << bbname local
1781 Out << "BasicBlock* " << bbname << local
[all...]

Completed in 58 milliseconds