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

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp318 bool FunctionProcessed; member in class:__anon9170::SlotTracker
347 FunctionProcessed = false;
429 : TheModule(M), TheFunction(0), FunctionProcessed(false),
436 : TheModule(F ? F->getParent() : 0), TheFunction(F), FunctionProcessed(false),
446 if (TheFunction && !FunctionProcessed)
525 FunctionProcessed = true;
537 FunctionProcessed = false;

Completed in 18 milliseconds