Home
last modified time | relevance | path

Searched refs:FrameMoves (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h112 std::vector<MachineMove> FrameMoves; variable
237 std::vector<MachineMove> &getFrameMoves() { return FrameMoves; } in getFrameMoves()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp304 FrameMoves.clear(); in EndFunction()