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

  /external/llvm/lib/IR/
User.cpp 52 return Use::initTags(Begin, End);
66 Use::initTags(Start, End);
Use.cpp 86 // Use initTags Implementation
89 Use *Use::initTags(Use * const Start, Use *Stop) {
Instructions.cpp 109 return Use::initTags(Begin, End);
    [all...]
  /external/llvm/unittests/IR/
WaymarkTest.cpp 47 Use::initTags(many, many + 8212);
  /external/llvm/include/llvm/IR/
Use.h 117 /// initTags - initialize the waymarking tags on an array of Uses, so that
119 static Use *initTags(Use *Start, Use *Stop);

Completed in 473 milliseconds