Home
last modified time | relevance | path

Searched defs:InstRef (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DStage.h24 class InstRef; variable
DLSUnit.h23 class InstRef; variable
DInstruction.h379 InstRef() : std::pair<unsigned, Instruction *>(0, nullptr) {} in InstRef() function
380 InstRef(unsigned Index, Instruction *I) in InstRef() function
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp710 for (auto &InstRef : Insts) { in findLoopInvariantInstructions() local