Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DUnifyLoopExits.cpp86 using InstVector = SmallVector<Instruction *, 8>; in INITIALIZE_PASS_DEPENDENCY() typedef
87 using IIMap = MapVector<Instruction *, InstVector>; in INITIALIZE_PASS_DEPENDENCY()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp295 typedef std::vector<llvm::Instruction *> InstVector; typedef in Instrumenter
296 typedef InstVector::iterator InstIterator;
298 InstVector m_to_instrument; ///< List of instructions the inspector found
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp653 CfgVector<Inst *> InstVector(InvariantInsts.begin(), InvariantInsts.end()); in findLoopInvariantInstructions() local
654 std::sort(InstVector.begin(), InstVector.end(), in findLoopInvariantInstructions()
656 return InstVector; in findLoopInvariantInstructions()