Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp312 bool FunctionProcessed; member in __anon4c5db9b60211::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()