Searched refs:predictValueUseListOrder (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp204 static void predictValueUseListOrder(const Value *V, const Function *F, function
222 predictValueUseListOrder(Op, F, OM, Stack);
243 predictValueUseListOrder(&BB, &F, OM, Stack);
245 predictValueUseListOrder(&A, &F, OM, Stack);
250 predictValueUseListOrder(Op, &F, OM, Stack);
253 predictValueUseListOrder(&I, &F, OM, Stack);
259 predictValueUseListOrder(&G, nullptr, OM, Stack);
261 predictValueUseListOrder(&F, nullptr, OM, Stack);
263 predictValueUseListOrder(&A, nullptr, OM, Stack);
266 predictValueUseListOrder(
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp194 static void predictValueUseListOrder(const Value *V, const Function *F, function
212 predictValueUseListOrder(Op, F, OM, Stack);
232 predictValueUseListOrder(&BB, &F, OM, Stack);
234 predictValueUseListOrder(&A, &F, OM, Stack);
239 predictValueUseListOrder(Op, &F, OM, Stack);
242 predictValueUseListOrder(&I, &F, OM, Stack);
247 predictValueUseListOrder(&G, nullptr, OM, Stack);
249 predictValueUseListOrder(&F, nullptr, OM, Stack);
251 predictValueUseListOrder(&A, nullptr, OM, Stack);
254 predictValueUseListOrder(
[all...]

Completed in 105 milliseconds