Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp142 explicit NullCheck(MachineInstr *memOperation, MachineInstr *checkOperation, in NullCheck() argument
147 : MemOperation(memOperation), CheckOperation(checkOperation), in NullCheck()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp671 std::function<void(Operation *)> checkOperation = [&](Operation *op) { in hasNoInterveningEffect() local
749 checkOperation(&op); in hasNoInterveningEffect()
766 checkOperation(parent); in hasNoInterveningEffect()
797 checkOperation(&*iter); in hasNoInterveningEffect()
817 checkOperation(&op); in hasNoInterveningEffect()