HomeSort by: relevance | last modified time | path
    Searched refs:DbgLabelInst (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h 208 RetTy visitDbgLabelInst(DbgLabelInst &I) { DELEGATE(DbgInfoIntrinsic);}
289 case Intrinsic::dbg_label: DELEGATE(DbgLabelInst);
IntrinsicInst.h 370 class DbgLabelInst : public DbgInfoIntrinsic {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 282 if (isa<DbgLabelInst>(U))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1316 const DbgLabelInst *DI = cast<DbgLabelInst>(II);
SelectionDAGBuilder.cpp 6068 const DbgLabelInst &DI = cast<DbgLabelInst>(I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 1506 if (auto *DLI = dyn_cast<DbgLabelInst>(&I)) {
Local.cpp 427 if (DbgLabelInst *DLI = dyn_cast<DbgLabelInst>(I)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 1883 const DbgLabelInst &DI = cast<DbgLabelInst>(CI);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 521 void visitDbgLabelIntrinsic(StringRef Kind, DbgLabelInst &DLI);
4701 visitDbgLabelIntrinsic("label", cast<DbgLabelInst>(Call));
5498 void Verifier::visitDbgLabelIntrinsic(StringRef Kind, DbgLabelInst &DLI) {
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h 1597 macro(DbgLabelInst) \

Completed in 69 milliseconds