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);
1115 const std::string& bbname) { in printInstruction() argument
1133 << (ret->getReturnValue() ? opNames[0] + ", " : "") << bbname << ");"; in printInstruction()
1149 Out << bbname << ");"; in printInstruction()
1157 << SI->getNumCases() << ", " << bbname << ");"; in printInstruction()
1182 Out << "ResumeInst::Create(" << opNames[0] << ", " << bbname << ");"; in printInstruction()
1201 Out << "\", " << bbname << ");"; in printInstruction()
1213 << bbname << ");"; in printInstruction()
1258 Out << "\", " << bbname << ");"; in printInstruction()
1262 Out << "FCmpInst* " << iName << " = new FCmpInst(*" << bbname << ", "; in printInstruction()
[all …]