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

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp157 void printInstruction(const Instruction *I, const std::string& bbname);
1062 const std::string& bbname) {
1080 << (ret->getReturnValue() ? opNames[0] + ", " : "") << bbname << ");";
1096 Out << bbname << ");"; local
1104 << SI->getNumCases() << ", " << bbname << ");";
1130 << ", " << bbname << ");"; local
1149 Out << "\", " << bbname << ");"; local
1161 << bbname << ");"; local
1206 Out << "\", " << bbname << ");"; local
1210 Out << "FCmpInst* " << iName << " = new FCmpInst(*" << bbname << ", "; local
1061 printInstruction(const Instruction *I, const std::string& bbname) argument
1236 Out << "ICmpInst* " << iName << " = new ICmpInst(*" << bbname << ", "; local
1263 Out << "\\", " << bbname << ");"; local
1325 Out << "\\", " << bbname << ");"; local
1335 Out << "\\", " << bbname << ");"; local
1377 Out << "\\", " << bbname << ");"; local
1408 Out << "\\", " << bbname << ");"; local
1426 Out << "\\", " << bbname << ");"; local
1440 Out << "\\", " << bbname << ");"; local
1449 Out << "\\", " << bbname << ");"; local
1458 Out << "\\", " << bbname << ");"; local
1467 Out << "\\", " << bbname << ");"; local
1484 Out << "\\", " << bbname << ");"; local
1501 Out << "\\", " << bbname << ");"; local
1510 << Ordering << ", " << CrossThread << ", " << bbname local
1521 << Ordering << ", " << CrossThread << ", " << bbname local
1551 << Ordering << ", " << CrossThread << ", " << bbname local
1747 Out << "BasicBlock* " << bbname << local
[all...]

Completed in 40 milliseconds