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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 125 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) {
126 LI.changeLoopFor(BB, L);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopInfo.h 121 /// changeLoopFor - Change the top-level loop that contains BB to the
124 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) {
125 LI.changeLoopFor(BB, L);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 149 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) {
150 LI.changeLoopFor(BB, L);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 183 MLI.changeLoopFor(Dispatch, Loop);
237 MLI.changeLoopFor(Split, Loop);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 186 MLI.changeLoopFor(Dispatch, Loop);
240 MLI.changeLoopFor(Split, Loop);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 446 LI->changeLoopFor(POI, NL);
472 LI->changeLoopFor(*POI, NL);
607 changeLoopFor(*I, nullptr);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 444 LI->changeLoopFor(*POI, NL);
470 LI->changeLoopFor(*POI, NL);
618 LI.changeLoopFor(*I, 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 443 LI->changeLoopFor(POI, NL);
469 LI->changeLoopFor(*POI, NL);
610 changeLoopFor(*I, nullptr);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 710 /// changeLoopFor - Change the top-level loop that contains BB to the
713 void changeLoopFor(BlockT *BB, LoopT *L) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp 274 LI.changeLoopFor(&Preheader, NewParentL);
    [all...]
LoopInterchange.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 570 void changeLoopFor(BlockT *BB, LoopT *L) {
LoopInfoImpl.h 366 LI->changeLoopFor(PredBB, L);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 616 LI->changeLoopFor(BB, NewOuter);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h 716 void changeLoopFor(BlockT *BB, LoopT *L) {
    [all...]
LoopInfoImpl.h 451 LI->changeLoopFor(PredBB, L);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 338 LI->changeLoopFor(BB, NewOuter);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 308 LI->changeLoopFor(BB, NewOuter);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp     [all...]

Completed in 611 milliseconds