Home
last modified time | relevance | path

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

/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp163 void printInstruction(const Instruction *I, const std::string& bbname);
1116 const std::string& bbname) { in printInstruction() argument
1134 << (ret->getReturnValue() ? opNames[0] + ", " : "") << bbname << ");"; in printInstruction()
1150 Out << bbname << ");"; in printInstruction()
1158 << SI->getNumCases() << ", " << bbname << ");"; in printInstruction()
1183 Out << "ResumeInst::Create(" << opNames[0] << ", " << bbname << ");"; in printInstruction()
1202 Out << "\", " << bbname << ");"; in printInstruction()
1214 << bbname << ");"; in printInstruction()
1259 Out << "\", " << bbname << ");"; in printInstruction()
1263 Out << "FCmpInst* " << iName << " = new FCmpInst(*" << bbname << ", "; in printInstruction()
[all …]