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

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp163 void printInstruction(const Instruction *I, const std::string& bbname);
1116 const std::string& bbname) {
1134 << (ret->getReturnValue() ? opNames[0] + ", " : "") << bbname << ");";
1150 Out << bbname << ");"; local
1158 << SI->getNumCases() << ", " << bbname << ");";
1183 Out << "ResumeInst::Create(" << opNames[0] << ", " << bbname << ");"; local
1202 Out << "\", " << bbname << ");"; local
1214 << bbname << ");"; local
1259 Out << "\", " << bbname << ");"; local
1263 Out << "FCmpInst* " << iName << " = new FCmpInst(*" << bbname << ", "; local
1115 printInstruction(const Instruction *I, const std::string& bbname) argument
1289 Out << "ICmpInst* " << iName << " = new ICmpInst(*" << bbname << ", "; local
1316 Out << "\\", " << bbname << ");"; local
1378 Out << "\\", " << bbname << ");"; local
1388 Out << "\\", " << bbname << ");"; local
1430 Out << "\\", " << bbname << ");"; local
1461 Out << "\\", " << bbname << ");"; local
1479 Out << "\\", " << bbname << ");"; local
1493 Out << "\\", " << bbname << ");"; local
1502 Out << "\\", " << bbname << ");"; local
1511 Out << "\\", " << bbname << ");"; local
1520 Out << "\\", " << bbname << ");"; local
1537 Out << "\\", " << bbname << ");"; local
1554 Out << "\\", " << bbname << ");"; local
1563 << Ordering << ", " << CrossThread << ", " << bbname local
1578 << CrossThread << ", " << bbname local
1612 << Ordering << ", " << CrossThread << ", " << bbname local
1627 Out << "\\", " << bbname << ");"; local
1827 Out << "BasicBlock* " << bbname << local
[all...]

Completed in 43 milliseconds