HomeSort by: relevance | last modified time | path
    Searched defs:setEntry (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterferenceCache.h 181 void setEntry(Entry *E) {
197 setEntry(O.CacheEntry);
201 setEntry(O.CacheEntry);
205 ~Cursor() { setEntry(nullptr); }
211 setEntry(nullptr);
213 setEntry(Cache.get(PhysReg));
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1750 void setEntry(BasicBlock *BB) { Entry = BB; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 1080 void setEntry(uint32_t I, const ProfileSummaryEntry &E) {

Completed in 20 milliseconds