HomeSort by: relevance | last modified time | path
    Searched refs:setEntry (Results 1 - 10 of 10) 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/llvm/lib/Transforms/Vectorize/
VPlanHCFGBuilder.cpp 333 TopRegion->setEntry(PreheaderVPBB);
347 Plan.setEntry(TopRegion);
VPlan.h 1645 void setEntry(VPBlockBase *EntryBlock) {
2013 VPBlockBase *setEntry(VPBlockBase *Block) {
LoopVectorize.cpp 9059 Plan->setEntry(VPBB);
9137 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMachineCFGStructurizer.cpp 395 void setEntry(MachineBasicBlock *NewEntry);
968 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) {
1055 setEntry(MBB);
1063 setEntry(nullptr);
2302 CurrentRegion->setEntry(IfBB);
2399 CurrentRegion->setEntry(IfBB);
2552 LRegion->setEntry(Region->getEntry());
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 285 TheSummary->setEntry(I, Res[I]);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 1080 void setEntry(uint32_t I, const ProfileSummaryEntry &E) {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 1284 void setEntry(CFGBlock *B) { Entry = B; }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1750 void setEntry(BasicBlock *BB) { Entry = BB; }
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 1598 cfg->setEntry(createBlock());

Completed in 84 milliseconds