HomeSort by relevance Sort by last modified time
    Searched refs:predictValueUseListOrder (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 209 static void predictValueUseListOrder(const Value *V, const Function *F,
227 predictValueUseListOrder(Op, F, OM, Stack);
248 predictValueUseListOrder(&BB, &F, OM, Stack);
250 predictValueUseListOrder(&A, &F, OM, Stack);
255 predictValueUseListOrder(Op, &F, OM, Stack);
258 predictValueUseListOrder(&I, &F, OM, Stack);
264 predictValueUseListOrder(&G, nullptr, OM, Stack);
266 predictValueUseListOrder(&F, nullptr, OM, Stack);
268 predictValueUseListOrder(&A, nullptr, OM, Stack);
270 predictValueUseListOrder(&I, nullptr, OM, Stack)
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 199 static void predictValueUseListOrder(const Value *V, const Function *F,
217 predictValueUseListOrder(Op, F, OM, Stack);
237 predictValueUseListOrder(&BB, &F, OM, Stack);
239 predictValueUseListOrder(&A, &F, OM, Stack);
244 predictValueUseListOrder(Op, &F, OM, Stack);
247 predictValueUseListOrder(&I, &F, OM, Stack);
252 predictValueUseListOrder(&G, nullptr, OM, Stack);
254 predictValueUseListOrder(&F, nullptr, OM, Stack);
256 predictValueUseListOrder(&A, nullptr, OM, Stack);
258 predictValueUseListOrder(&I, nullptr, OM, Stack)
    [all...]

Completed in 481 milliseconds