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

  /external/llvm/lib/VMCore/
User.cpp 51 return Use::initTags(Begin, End);
65 Use::initTags(Start, End);
Use.cpp 86 // Use initTags Implementation
89 Use *Use::initTags(Use * const Start, Use *Stop) {
Instructions.cpp 108 return Use::initTags(Begin, End);
    [all...]
  /external/llvm/include/llvm/
Use.h 115 /// initTags - initialize the waymarking tags on an array of Uses, so that
117 static Use *initTags(Use *Start, Use *Stop);

Completed in 91 milliseconds