Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGInstrs.h50 void VisitLoop(const MachineLoop *Loop) { in VisitLoop() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp136 bool WebAssemblyFixIrreducibleControlFlow::VisitLoop(MachineFunction &MF, in VisitLoop() function in WebAssemblyFixIrreducibleControlFlow
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp133 bool WebAssemblyFixIrreducibleControlFlow::VisitLoop(MachineFunction &MF, in VisitLoop() function in WebAssemblyFixIrreducibleControlFlow
/external/v8/src/compiler/
Dloop-variable-optimizer.cc148 void LoopVariableOptimizer::VisitLoop(Node* node) { in VisitLoop() function in v8::internal::compiler::LoopVariableOptimizer