Home
last modified time | relevance | path

Searched refs:isRootInst (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp429 bool isRootInst(Instruction *I);
1114 bool LoopReroll::DAGRootTracker::isRootInst(Instruction *I) { in isRootInst() function in LoopReroll::DAGRootTracker
1254 if (isRootInst(RootInst)) { in validate()