Searched refs:removeLoop (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h164 inline MachineLoop *removeLoop(iterator I) { return LI.removeLoop(I); } function in class:llvm::MachineLoopInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h629 LoopT *removeLoop(iterator I) { function in class:LoopInfoBase
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp516 void removeLoop(const Loop *L) { RemovedLoops.insert(L); } function in struct:__anon2923::LoopDepthTree
1043 LDT.removeLoop(FC1->L);
H A DSimpleLoopUnswitch.cpp2086 LI.removeLoop(llvm::find(LI, &L));
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp898 removeLoop(I);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp708 // its parent. While removeLoop/removeChildLoop remove the given loop but
717 LI->removeLoop(I);

Completed in 202 milliseconds