Home
last modified time | relevance | path

Searched refs:FunctionProcessed (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp312 bool FunctionProcessed; member in __anon923a16800211::SlotTracker
341 FunctionProcessed = false; in incorporateFunction()
423 : TheModule(M), TheFunction(0), FunctionProcessed(false), in SlotTracker()
430 : TheModule(F ? F->getParent() : 0), TheFunction(F), FunctionProcessed(false), in SlotTracker()
440 if (TheFunction && !FunctionProcessed) in initialize()
519 FunctionProcessed = true; in processFunction()
531 FunctionProcessed = false; in purgeFunction()
/external/llvm/lib/IR/
DAsmWriter.cpp591 bool FunctionProcessed; member in llvm::SlotTracker
636 FunctionProcessed = false; in incorporateFunction()
774 : TheModule(M), TheFunction(nullptr), FunctionProcessed(false), in SlotTracker()
782 FunctionProcessed(false), in SlotTracker()
792 if (TheFunction && !FunctionProcessed) in initialize()
884 FunctionProcessed = true; in processFunction()
928 FunctionProcessed = false; in purgeFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp677 bool FunctionProcessed = false; member in llvm::SlotTracker
743 FunctionProcessed = false; in incorporateFunction()
906 if (TheFunction && !FunctionProcessed) in initializeIfNeeded()
1003 FunctionProcessed = true; in processFunction()
1073 FunctionProcessed = false; in purgeFunction()