OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VisitLoop
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.h
48
///
VisitLoop
- Clear out any previous state and analyze the given loop.
50
void
VisitLoop
(const MachineLoop *Loop) {
/external/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp
65
bool
VisitLoop
(MachineFunction &MF, MachineLoopInfo &MLI, MachineLoop *Loop);
133
bool WebAssemblyFixIrreducibleControlFlow::
VisitLoop
(MachineFunction &MF,
276
Changed |=
VisitLoop
(MF, MLI, nullptr);
283
Changed |=
VisitLoop
(MF, MLI, CurLoop);
/external/v8/src/compiler/
loop-variable-optimizer.cc
201
return
VisitLoop
(node);
224
void LoopVariableOptimizer::
VisitLoop
(Node* node) {
/art/compiler/optimizing/
induction_var_analysis.cc
253
VisitLoop
(graph_block->GetLoopInformation());
258
void HInductionVarAnalysis::
VisitLoop
(HLoopInformation* loop) {
[
all
...]
Completed in 1001 milliseconds