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

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
SparsePropagation.h 124 /// ValueWorkList - Holds values that should be processed.
125 SmallVector<Value *, 64> ValueWorkList;
255 ValueWorkList.push_back(V);
474 while (!BBWorkList.empty() || !ValueWorkList.empty()) {
476 while (!ValueWorkList.empty()) {
477 Value *V = ValueWorkList.back();
478 ValueWorkList.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
SparsePropagation.h 124 /// ValueWorkList - Holds values that should be processed.
125 SmallVector<Value *, 64> ValueWorkList;
255 ValueWorkList.push_back(V);
474 while (!BBWorkList.empty() || !ValueWorkList.empty()) {
476 while (!ValueWorkList.empty()) {
477 Value *V = ValueWorkList.back();
478 ValueWorkList.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
SparsePropagation.h 124 /// ValueWorkList - Holds values that should be processed.
125 SmallVector<Value *, 64> ValueWorkList;
255 ValueWorkList.push_back(V);
474 while (!BBWorkList.empty() || !ValueWorkList.empty()) {
476 while (!ValueWorkList.empty()) {
477 Value *V = ValueWorkList.back();
478 ValueWorkList.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
SparsePropagation.h 124 /// ValueWorkList - Holds values that should be processed.
125 SmallVector<Value *, 64> ValueWorkList;
255 ValueWorkList.push_back(V);
474 while (!BBWorkList.empty() || !ValueWorkList.empty()) {
476 while (!ValueWorkList.empty()) {
477 Value *V = ValueWorkList.back();
478 ValueWorkList.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
SparsePropagation.h 124 /// ValueWorkList - Holds values that should be processed.
125 SmallVector<Value *, 64> ValueWorkList;
255 ValueWorkList.push_back(V);
474 while (!BBWorkList.empty() || !ValueWorkList.empty()) {
476 while (!ValueWorkList.empty()) {
477 Value *V = ValueWorkList.back();
478 ValueWorkList.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
SparsePropagation.h 124 /// ValueWorkList - Holds values that should be processed.
125 SmallVector<Value *, 64> ValueWorkList;
255 ValueWorkList.push_back(V);
474 while (!BBWorkList.empty() || !ValueWorkList.empty()) {
476 while (!ValueWorkList.empty()) {
477 Value *V = ValueWorkList.back();
478 ValueWorkList.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
SparsePropagation.h 124 /// ValueWorkList - Holds values that should be processed.
125 SmallVector<Value *, 64> ValueWorkList;
255 ValueWorkList.push_back(V);
474 while (!BBWorkList.empty() || !ValueWorkList.empty()) {
476 while (!ValueWorkList.empty()) {
477 Value *V = ValueWorkList.back();
478 ValueWorkList.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
SparsePropagation.h 124 /// ValueWorkList - Holds values that should be processed.
125 SmallVector<Value *, 64> ValueWorkList;
255 ValueWorkList.push_back(V);
474 while (!BBWorkList.empty() || !ValueWorkList.empty()) {
476 while (!ValueWorkList.empty()) {
477 Value *V = ValueWorkList.back();
478 ValueWorkList.pop_back();

Completed in 376 milliseconds