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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 129 /// changeLoopFor - Change the top-level loop that contains BB to the
132 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) {
133 LI.changeLoopFor(BB, L);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 495 LI->changeLoopFor(*POI, NL);
521 LI->changeLoopFor(*POI, NL);
656 changeLoopFor(*I, nullptr);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 591 /// changeLoopFor - Change the top-level loop that contains BB to the
594 void changeLoopFor(BlockT *BB, LoopT *L) {
LoopInfoImpl.h 366 LI->changeLoopFor(PredBB, L);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 337 LI->changeLoopFor(BB, NewOuter);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp     [all...]

Completed in 1999 milliseconds