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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DUser.cpp52 return Use::initTags(Begin, End);
66 Use::initTags(Start, End);
H A DUse.cpp86 // Use initTags Implementation
89 Use *Use::initTags(Use * const Start, Use *Stop) { function in class:llvm::Use
H A DInstructions.cpp109 return Use::initTags(Begin, End);
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DUse.h117 /// initTags - initialize the waymarking tags on an array of Uses, so that
119 static Use *initTags(Use *Start, Use *Stop);

Completed in 58 milliseconds