Searched refs:addInstToNewSourceAtom (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1144 addInstToNewSourceAtom(CondI, nullptr); in EmitWhileStmt() 1145 addInstToNewSourceAtom(I, nullptr); in EmitWhileStmt() 1267 addInstToNewSourceAtom(CondI, nullptr); in EmitDoStmt() 1268 addInstToNewSourceAtom(I, nullptr); in EmitDoStmt() 1377 addInstToNewSourceAtom(CondI, nullptr); in EmitForStmt() 1378 addInstToNewSourceAtom(I, nullptr); in EmitForStmt() 1440 addInstToNewSourceAtom(FinalBodyBB->getTerminator(), nullptr); in EmitForStmt() 1495 addInstToNewSourceAtom(CondI, nullptr); in EmitCXXForRangeStmt() 1496 addInstToNewSourceAtom(I, nullptr); in EmitCXXForRangeStmt() 1552 addInstToNewSourceAtom(FinalBodyBB->getTerminator(), nullptr); in EmitCXXForRangeStmt() [all …]
|
| H A D | CGBuiltin.cpp | 4217 addInstToNewSourceAtom(cast<Instruction>(Result), Matrix); in EmitBuiltinExpr() 4379 addInstToNewSourceAtom(I, nullptr); in EmitBuiltinExpr() 4395 addInstToNewSourceAtom(I, nullptr); in EmitBuiltinExpr() 4409 addInstToNewSourceAtom(I, nullptr); in EmitBuiltinExpr() 4426 addInstToNewSourceAtom(I, nullptr); in EmitBuiltinExpr() 4448 addInstToNewSourceAtom(I, nullptr); in EmitBuiltinExpr() 4475 addInstToNewSourceAtom(I, nullptr); in EmitBuiltinExpr() 4496 addInstToNewSourceAtom(I, nullptr); in EmitBuiltinExpr() 4508 addInstToNewSourceAtom(I, ByteVal); in EmitBuiltinExpr() 4521 addInstToNewSourceAtom(I, nullptr); in EmitBuiltinExpr() [all …]
|
| H A D | CodeGenFunction.cpp | 2139 addInstToNewSourceAtom(BrInst, CondV); in EmitBranchOnBoolExpr() 3366 void CodeGenFunction::addInstToNewSourceAtom(llvm::Instruction *KeyInstruction, in addInstToNewSourceAtom() function in CodeGenFunction
|
| H A D | CGCall.cpp | 3960 addInstToNewSourceAtom(I, nullptr); in EmitFunctionEpilog() 4145 addInstToNewSourceAtom(Ret, Backup); in EmitFunctionEpilog()
|
| H A D | CodeGenFunction.h | 1710 void addInstToNewSourceAtom(llvm::Instruction *KeyInstruction,
|